Code

Some IE fixes
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 12 Jul 2005 09:52:16 +0000 (09:52 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 12 Jul 2005 09:52:16 +0000 (09:52 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@945 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/gofon/macro/class_gofonMacro.inc

index 804c6737e7c8af9a6ec2c44c875da6cd2f0ab42b..5018ed2b39daa79648ff5e2e0a79f539e807e5a4 100755 (executable)
@@ -179,7 +179,12 @@ class macro extends plugin
     if(count(split("\n",$this->goFonMacroContent))>100){
       $message[] = _("Makro length must be lower than 100 lines");
     }
-    
+   
+    /*Some stupid IE fixes again*/
+    if(empty ($this->base)) {
+      $message[] = _("Please coose a valid  base.");
+    }
     return $message;
   }