From: hickert Date: Fri, 23 Nov 2007 11:32:40 +0000 (+0000) Subject: Closes #274 - Tries to close this with last commit failed. I've forgotten to add... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=067fd6c9638d9838ad2c7e67cb805fa0b646c1a4;p=gosa.git Closes #274 - Tries to close this with last commit failed. I've forgotten to add the # git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7870 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/class_log.inc b/include/class_log.inc index 705fc1f38..c4d08e96e 100644 --- a/include/class_log.inc +++ b/include/class_log.inc @@ -114,9 +114,6 @@ class log { function check($entry = array()) { $msgs = array(); - # if(!isset($entry['user']) || empty($entry['user'])){ - # $msgs[] = "Currently active user is empty."; - # } if(!isset($entry['action']) || !in_array($entry['action'],array("modify","create","remove","copy","snapshot","view","security","debug"))){ $msgs[] = "Invalid option specified '".$entry['action']."'";