You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?php
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|
return;
|
|
}
|
|
|
|
function zotspip_taches_generales_cron($taches) {
|
|
$taches['maj_zotspip'] = 3600 * 4; // toutes les 4 heures
|
|
$taches['maj_schema_zotero'] = 3600 * 24 * 30; // une fois par mois
|
|
return $taches;
|
|
}
|