From: hickert Date: Fri, 3 Nov 2006 06:44:58 +0000 (+0000) Subject: Forgotten the ; X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=70bd32112dcce87a98f67f6ea2602650cfdeac42;p=gosa.git Forgotten the ; git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5002 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/personal/posix/class_posixAccount.inc b/plugins/personal/posix/class_posixAccount.inc index 2cd2d147b..552f59a36 100644 --- a/plugins/personal/posix/class_posixAccount.inc +++ b/plugins/personal/posix/class_posixAccount.inc @@ -1113,7 +1113,7 @@ class posixAccount extends plugin $ids[]= 65534; /* get the ranges */ - $tmp = array('0'=> 1000) + $tmp = array('0'=> 1000); if (preg_match('/posixAccount/', $oc) && isset($this->config->current['UIDBASE'])) { $tmp= split('-',$this->config->current['UIDBASE']); } elseif(isset($this->config->current['UIDBASE'])) {