From: hickert Date: Tue, 27 Mar 2007 09:18:52 +0000 (+0000) Subject: Fixed w3c warning, caused by missing alt tag in image. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5dad1d57f51580b320aded2010715ac0e218dccf;p=gosa.git Fixed w3c warning, caused by missing alt tag in image. Fixed undefined variable, caused by wrong initialization. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5901 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_divListSystem.inc b/plugins/admin/systems/class_divListSystem.inc index 7ec5ec944..eca9aa779 100644 --- a/plugins/admin/systems/class_divListSystem.inc +++ b/plugins/admin/systems/class_divListSystem.inc @@ -101,7 +101,7 @@ class divListSystem extends MultiSelectWindow /* Load possible departments */ $ui= get_userinfo(); - $department = array(); + $department = $departments = array(); foreach($this->module as $module){ $d = $ui->get_module_departments($module); foreach($d as $department){ @@ -212,7 +212,7 @@ class divListSystem extends MultiSelectWindow $img9 = "F"; $img10 = "L"; - $empty =""; + $empty =""; /* Dynamic action col, depending on snapshot icons */ $action_col_size = 70;