summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 900935c)
raw | patch | inline | side by side (parent: 900935c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 11 May 2010 08:04:45 +0000 (08:04 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 11 May 2010 08:04:45 +0000 (08:04 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18336 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_core.inc | patch | blob | history |
index 3a9058b0dfae3934ba9dead7e4aaf1d148fbe78a..933f29ab0210d0b05410b828da63478281c41622 100644 (file)
break;
case 'mailMethod':
$list = mailMethod::get_methods();
+ $list[''] = _("None");
break;
case 'language':
$tmp = get_languages(TRUE);
array(
"name" => "ppdGzip",
"type" => "bool",
- "default" => true,
+ "default" => "true",
"description" => "The 'ppdGzip' variable enables PPD file compression.",
"check" => "gosaProperty::isBool",
"migrate" => "",
array(
"name" => "strictPasswordRules",
"type" => "bool",
- "default" => TRUE,
+ "default" => "true",
"description" => _("The 'strictPasswordRules' tells GOsa to check for UTF-8 characters in the supplied password. These Characters can lead to non working authentications if UTF-8 and none UTF-8 systems locales get mixed. The default is 'true'."),
"check" => "gosaProperty::isBool",
"migrate" => "",