programs/statistics.php 1 location
|
@@ 46-53 (lines=8) @@
|
| 43 |
|
require_once dirname(__FILE__).'/utilit/organization.class.php'; |
| 44 |
|
$resOrganization = new absences_OrganizationIterator(); |
| 45 |
|
|
| 46 |
|
if (0 === $resOrganization->count()) { |
| 47 |
|
|
| 48 |
|
// nothing to filter on, redirect to statistics |
| 49 |
|
|
| 50 |
|
$url = bab_url::get_request('tg'); |
| 51 |
|
$url->idx = 'types'; |
| 52 |
|
$url->location(); |
| 53 |
|
} |
| 54 |
|
|
| 55 |
|
$W = bab_Widgets(); |
| 56 |
|
$page = $W->BabPage(); |
programs/vacadma.php 1 location
|
@@ 423-428 (lines=6) @@
|
| 420 |
|
} |
| 421 |
|
} |
| 422 |
|
|
| 423 |
|
if (!$page->containErrors()) |
| 424 |
|
{ |
| 425 |
|
$url = bab_url::get_request('tg', 'idvr'); |
| 426 |
|
$url->idx = 'lvrp'; |
| 427 |
|
$url->location(); |
| 428 |
|
} |
| 429 |
|
} |
| 430 |
|
|
| 431 |
|
|