From: hickert Date: Tue, 11 May 2010 08:04:45 +0000 (+0000) Subject: Updated properties X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=34481e8b030a3199c3bcf97ef964f9d519b399d3;p=gosa.git Updated properties git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18336 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_core.inc b/gosa-core/include/class_core.inc index 3a9058b0d..933f29ab0 100644 --- a/gosa-core/include/class_core.inc +++ b/gosa-core/include/class_core.inc @@ -58,6 +58,7 @@ class core extends plugin { break; case 'mailMethod': $list = mailMethod::get_methods(); + $list[''] = _("None"); break; case 'language': $tmp = get_languages(TRUE); @@ -256,7 +257,7 @@ class core extends plugin { array( "name" => "ppdGzip", "type" => "bool", - "default" => true, + "default" => "true", "description" => "The 'ppdGzip' variable enables PPD file compression.", "check" => "gosaProperty::isBool", "migrate" => "", @@ -411,7 +412,7 @@ DEBUG_SI = 256"), 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" => "",