summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f033e55)
raw | patch | inline | side by side (parent: f033e55)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 12 Jul 2005 11:16:39 +0000 (11:16 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 12 Jul 2005 11:16:39 +0000 (11:16 +0000) |
plugins/personal/posix/class_posixAccount.inc | patch | blob | history |
diff --git a/plugins/personal/posix/class_posixAccount.inc b/plugins/personal/posix/class_posixAccount.inc
index bb684b90d0d1f39e2394b5480c8bbf31ea2a5e8a..7465176735f747eea71524bddfcc049012158540 100644 (file)
}
}
+ if(empty($this->attrs['gosaDefaultPrinter'])){
+ $thid->attrs['gosaDefaultPrinter']=array();
+ }
+
/* Save data to LDAP */
$ldap->cd($this->dn);
$ldap->modify($this->attrs);
}
}
- if(empty($this->gosaDefaultPrinter)){
- $message[]= _("You need to specify a valid default printer.");
- }
+ // if(empty($this->gosaDefaultPrinter)){
+ // $message[]= _("You need to specify a valid default printer.");
+ // }
return ($message);
}