summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4f5f36b)
raw | patch | inline | side by side (parent: 4f5f36b)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 4 Oct 2005 12:30:45 +0000 (12:30 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 4 Oct 2005 12:30:45 +0000 (12:30 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1469 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/fai/class_faiProfile.inc | patch | blob | history |
index 0bca5192ed72c2d5f65a123eec207d26227e4d2b..19ea3ce00cf704e9cf0119545e69c58e9d38c098 100644 (file)
{
$message= array();
$str = utf8_encode("üöä");
- if((empty($this->description))){
- $message[] =_("Please specify a description for this profile.");
- }
-
if((preg_match("/[^a-z0-9".$str."\.,;:\-_\? ]/i",$this->description))){
$message[]=_("Please enter a valid description.");
}