[example] correction setup

git-svn-id: https://forge.glpi-project.org/svn/example/trunk@10 349b9182-4a13-0410-896f-e5e9767dd1b3
This commit is contained in:
tsmr 2007-01-09 23:55:21 +00:00
parent eed7ac5f9c
commit b01ad397d0

View File

@ -59,7 +59,7 @@ function plugin_init_example() {
// Display on central page
$PLUGIN_HOOKS['central_action']['example'] = 'plugin_central_action_example';
// Cron action
$plugin_hooks['cron']['example'] = DAY_TIMESTAMP;
$PLUGIN_HOOKS['cron']['example'] = DAY_TIMESTAMP;
}