From 15b05d986fe80cda9e3b948e6acd62a63c67f9da Mon Sep 17 00:00:00 2001 From: moyooo Date: Sun, 21 Oct 2007 11:50:55 +0000 Subject: [PATCH] Modif mineure git-svn-id: https://forge.glpi-project.org/svn/example/trunk@36 349b9182-4a13-0410-896f-e5e9767dd1b3 --- setup.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.php b/setup.php index 2aab639..48ae39c 100755 --- a/setup.php +++ b/setup.php @@ -84,10 +84,13 @@ function plugin_init_example() { // Cron action $PLUGIN_HOOKS['cron']['example'] = DAY_TIMESTAMP; + //redirect appel http://localhost/glpi/index.php?redirect=plugin_example_2 (ID 2 du form) $PLUGIN_HOOKS['redirect_page']['example']="example.form.php"; + //function to populate planning $PLUGIN_HOOKS['planning_populate']['example']="plugin_planning_populate_example"; + //function to populate planning $PLUGIN_HOOKS['display_planning']['example']="plugin_display_planning_example";