|
|
|
@ -16,4 +16,16 @@ if (!defined('_ECRIRE_INC_VERSION')) return;
|
|
|
|
|
* Fonction vide pour charger ce fichier sans declencher de warning |
|
|
|
|
* @return void |
|
|
|
|
*/ |
|
|
|
|
function organiseur_autoriser(){} |
|
|
|
|
function organiseur_autoriser(){} |
|
|
|
|
|
|
|
|
|
function autoriser_calendrier_bouton_dist($faire, $type='', $id=0, $qui = NULL, $opt = NULL){ |
|
|
|
|
if($GLOBALS['meta']['messagerie_agenda'] == 'oui') |
|
|
|
|
return true; |
|
|
|
|
return false; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
function autoriser_messagerie_bouton_dist($faire, $type='', $id=0, $qui = NULL, $opt = NULL){ |
|
|
|
|
if($GLOBALS['meta']['messagerie_agenda'] == 'oui') |
|
|
|
|
return true; |
|
|
|
|
return false; |
|
|
|
|
} |