minor fix

git-svn-id: https://forge.glpi-project.org/svn/example/trunk@136 349b9182-4a13-0410-896f-e5e9767dd1b3
This commit is contained in:
moyooo 2010-02-09 10:33:55 +00:00
parent afc9a0a05b
commit 02f35718e2

View File

@ -338,7 +338,6 @@ function plugin_pre_item_update_example($item) {
$item->input['comment'] .= addslashes("\nUpdate: ".date('r'));
*/
addMessageAfterRedirect("Pre Update Computer Hook",true);
break;
}