Code

Forgotten the ;
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 3 Nov 2006 06:44:58 +0000 (06:44 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 3 Nov 2006 06:44:58 +0000 (06:44 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5002 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/posix/class_posixAccount.inc

index 2cd2d147b1c882980ce0a4440c24afc1eab3f9e5..552f59a36958e94ad2e8574f72cbd94deb6dc9fb 100644 (file)
@@ -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'])) {