From: hickert Date: Fri, 22 Feb 2008 14:10:51 +0000 (+0000) Subject: Updated gofoMacro. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a592ccbe84332d113bcb4f5866cd9786f4aa59dc;p=gosa.git Updated gofoMacro. -Removed length check. git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@9080 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/gofon/macro/class_gofonMacro.inc b/plugins/gofon/macro/class_gofonMacro.inc index 88a85fe4e..9ea248a00 100644 --- a/plugins/gofon/macro/class_gofonMacro.inc +++ b/plugins/gofon/macro/class_gofonMacro.inc @@ -410,12 +410,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"); - } - return $message; }