|
@@ -180,15 +180,6 @@ class Ressources extends DataTable implements ClientArea
|
|
|
|
|
|
|
|
$data[] = $ressourceArray;
|
|
$data[] = $ressourceArray;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
- logModuleCall(
|
|
|
|
|
- 'kerioEmail',
|
|
|
|
|
- __FUNCTION__,
|
|
|
|
|
- $data,
|
|
|
|
|
- 'Debug Ressources Data',
|
|
|
|
|
- 'Debug Ressources Data'
|
|
|
|
|
- );
|
|
|
|
|
-
|
|
|
|
|
$dataProv = new ArrayDataProvider();
|
|
$dataProv = new ArrayDataProvider();
|
|
|
$dataProv->setDefaultSorting('ressource', 'ASC')->setData($data);
|
|
$dataProv->setDefaultSorting('ressource', 'ASC')->setData($data);
|
|
|
|
|
|