[example] fix comment

git-svn-id: https://forge.glpi-project.org/svn/example/trunk@68 349b9182-4a13-0410-896f-e5e9767dd1b3
This commit is contained in:
remicollet 2009-03-13 17:38:20 +00:00
parent 0fd33d4e9b
commit d765abf5cf

View File

@ -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(){ function plugin_example_check_config(){
return true; return true;
} }