Code

Added http://servername/ppd/ to gotoPrinterPPD
[gosa.git] / plugins / admin / fai / class_faiVariableEntry.inc
index ac2317065ab75ad0efc6f7056aa4ff228c65a00d..62904273ca9ba47b6b77f9517b376a3da7d29b3e 100644 (file)
@@ -37,6 +37,9 @@ class faiVariableEntry extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
+
     /* Fill templating stuff */
     $smarty     = get_smarty();
     $display = "";
@@ -83,10 +86,6 @@ class faiVariableEntry extends plugin
       $message[] = _("Please enter a name.");
     }
 
-    if(preg_match("/[^0-9a-z_]/i",$this->cn)){
-      $message[] = _("Please enter a valid name. Only a-Z 0-9 are allowed.");
-    }
     return ($message);
   }