Code

Removed error message, acl ist not implemented correct
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 17 Jul 2006 12:31:40 +0000 (12:31 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 17 Jul 2006 12:31:40 +0000 (12:31 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4181 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/generic/class_user.inc

index 2f791c39d26b78bbbf6a545b153715aea81f5fcc..15714c8d10b1bfc903348d0df989e9242b4f61d1 100644 (file)
@@ -945,7 +945,7 @@ class user extends plugin
     $ui= get_userinfo();
     #FIXME How is the create flag stored ?, Add check for rename move ... 
     if ($this->dn == "new" &&  !obj_is_writable($this->dn, "user","create")){
-      $message[]= _("You have no permissions to create a user on this 'Base'.");
+//      $message[]= _("You have no permissions to create a user on this 'Base'.");
     } elseif ($this->dn != $new_dn && $this->dn != "new"){
       if (!obj_is_writable($this->dn, "user","create")){
         $message[]= _("You have no permissions to move a user from the original 'Base'.");