summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6142772)
raw | patch | inline | side by side (parent: 6142772)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 25 Feb 2010 16:36:23 +0000 (16:36 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 25 Feb 2010 16:36:23 +0000 (16:36 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@15718 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/mail/personal/mail/class_mailAccount.inc | patch | blob | history |
diff --git a/gosa-plugins/mail/personal/mail/class_mailAccount.inc b/gosa-plugins/mail/personal/mail/class_mailAccount.inc
index f0ceb781a18654aa07767370a1bdbc0d1e15c49d..12755e1c2e9699177d84edb52d9af6a7132bd64f 100644 (file)
}
foreach ($attrs as $val){
+
+ // We can only replace strings here
+ if(!is_string($obj->$val)) continue;
+
if(preg_match("/dateOfBirth/",$val)){
if($obj->use_dob){
$contents= preg_replace("/%$val/",date("Y-d-m",$obj->dateOfBirth),$contents);