From: cajus Date: Fri, 2 Oct 2009 09:33:56 +0000 (+0000) Subject: Added date hint X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=26b0f4558152b6f2de0b4ad56d807069269fca6a;p=gosa.git Added date hint git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14471 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/personal/generic/class_user.inc b/gosa-core/plugins/personal/generic/class_user.inc index 92bd6f7f9..c2331a5cb 100644 --- a/gosa-core/plugins/personal/generic/class_user.inc +++ b/gosa-core/plugins/personal/generic/class_user.inc @@ -1316,7 +1316,7 @@ class user extends plugin /* Check dates */ if (!tests::is_date($this->dateOfBirth)){ - $message[]= msgPool::invalid(_("Date of birth"), $this->dateOfBirth); + $message[]= msgPool::invalid(_("Date of birth"), $this->dateOfBirth,"" ,"23.02.2009"); } /* Check for reserved characers */