From: hickert Date: Mon, 12 Dec 2005 09:00:44 +0000 (+0000) Subject: Fixed something X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=17d9669954950a2be0b95c48ae18f2d35f477aea;p=gosa.git Fixed something git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2287 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_servRepository.inc b/plugins/admin/systems/class_servRepository.inc index c6d54f13a..965746d21 100644 --- a/plugins/admin/systems/class_servRepository.inc +++ b/plugins/admin/systems/class_servRepository.inc @@ -187,14 +187,6 @@ class servrepository extends plugin $edit = " "; $delete = ""; - if(count($this->repositories)==0){ - $divlist->AddEntry(array( - array("string"=>" ","attach"=>"style='width:80px;'"), - array("string"=>" "), - array("string"=>" ","attach"=>"style='border-right:0px;width:50px;text-align:right;'") - )); - } - foreach($this->repositories as $name => $reps){ $str = " ";