From: hickert Date: Thu, 5 Jan 2006 11:52:43 +0000 (+0000) Subject: Fixed some typos X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=791f82bf0833c3a910fd7e5c171a00c19dd1fb9a;p=gosa.git Fixed some typos git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2414 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/groups/class_groupApplication.inc b/plugins/admin/groups/class_groupApplication.inc index cffa3ba86..9fbba6494 100644 --- a/plugins/admin/groups/class_groupApplication.inc +++ b/plugins/admin/groups/class_groupApplication.inc @@ -273,8 +273,7 @@ class appgroup extends plugin plugin::execute(); if((isset($_GET['act']))&&($_GET['act']=="depopen")){ - print $_GET['id']; - $dep = base64_decode($_GET['id']); + $dep = base64_decode($_GET['depid']); if(isset($this->config->idepartments[$dep])){ $this->curbase =$dep; } @@ -378,8 +377,8 @@ class appgroup extends plugin } } } - $only_once = true; - if((preg_match("/EdiApp_/",$name))&&($only_once)){ + + if((preg_match("/EdiApp_/",$name))&&(!$only_once)){ $only_once = false; $appname = $value;