Code

Updated properties
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 11 May 2010 08:04:45 +0000 (08:04 +0000)
committerhickert <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

index 3a9058b0dfae3934ba9dead7e4aaf1d148fbe78a..933f29ab0210d0b05410b828da63478281c41622 100644 (file)
@@ -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"       => "",