Code

Updated gofon macro
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 22 Feb 2008 14:12:06 +0000 (14:12 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 22 Feb 2008 14:12:06 +0000 (14:12 +0000)
-Length check wasn't valid.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9081 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/gofon/gofon/macro/class_gofonMacro.inc

index 07e10f0aa3f8110a559b87359a49b168bc8b8f80..1e250dd46cff166e17cd4b998b29338cf2abb49c 100644 (file)
@@ -444,12 +444,6 @@ class macro extends plugin
       }
     }
 
-    /* Macro content must be smaller than 100 lines */
-    if(count(split("\n",$this->goFonMacroContent))>100){
-      $message[] = _("Makro length must be lower than 100 lines");
-    }
-
-    /* Macro content must be smaller than 100 lines */
     if(empty($this->goFonMacroContent)){
       $message[] = _("You can't save an empty macro.");
     }