From: cajus Date: Wed, 2 Dec 2009 10:03:02 +0000 (+0000) Subject: Remvoved additional ";" X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6eedacb5ebddf6f59a0b97f62536c5db5694276b;p=gosa.git Remvoved additional ";" git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14855 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/admin/departments/tabs_department.inc b/gosa-core/plugins/admin/departments/tabs_department.inc index 47f9e7a50..bac1988cc 100644 --- a/gosa-core/plugins/admin/departments/tabs_department.inc +++ b/gosa-core/plugins/admin/departments/tabs_department.inc @@ -42,7 +42,7 @@ class deptabs extends tabs /* Add references/acls/snapshots */ $this->addSpecialTabs(); - $this->by_object['acl']->skipTagging= TRUE;; + $this->by_object['acl']->skipTagging= TRUE; } function check($ignore_account= FALSE)