From d765abf5cf3409c326d2377081a497c9c8ac2a58 Mon Sep 17 00:00:00 2001 From: remicollet Date: Fri, 13 Mar 2009 17:38:20 +0000 Subject: [PATCH] [example] fix comment git-svn-id: https://forge.glpi-project.org/svn/example/trunk@68 349b9182-4a13-0410-896f-e5e9767dd1b3 --- setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.php b/setup.php index 0febe09..fd036ff 100755 --- a/setup.php +++ b/setup.php @@ -204,7 +204,7 @@ function plugin_example_check_prerequisites(){ } -// Uninstall process for plugin : need to return true if succeeded : may display messages or add to message after redirect +// Check configuration process for plugin : need to return true if succeeded function plugin_example_check_config(){ return true; }