From 2464e4713d7efdc3d54aa5f5c761f1ff24bccdaa Mon Sep 17 00:00:00 2001 From: wawax Date: Thu, 28 Jan 2010 11:32:42 +0000 Subject: [PATCH] Add missing file in last commit git-svn-id: https://forge.glpi-project.org/svn/example/trunk@131 349b9182-4a13-0410-896f-e5e9767dd1b3 --- inc/notificationtargetexample.class.php | 50 +++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 inc/notificationtargetexample.class.php diff --git a/inc/notificationtargetexample.class.php b/inc/notificationtargetexample.class.php new file mode 100644 index 0000000..8055013 --- /dev/null +++ b/inc/notificationtargetexample.class.php @@ -0,0 +1,50 @@ + 'alert example'); + } + + function getDatasForTemplate($event) { + global $DB, $LANG, $CFG_GLPI; + + $tpldatas = array(); + return $tpldatas; + } +} +?> \ No newline at end of file