summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 426fc0f)
raw | patch | inline | side by side (parent: 426fc0f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 22 Feb 2008 14:12:06 +0000 (14:12 +0000) | ||
committer | hickert <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
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9081 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/gofon/gofon/macro/class_gofonMacro.inc | patch | blob | history |
diff --git a/gosa-plugins/gofon/gofon/macro/class_gofonMacro.inc b/gosa-plugins/gofon/gofon/macro/class_gofonMacro.inc
index 07e10f0aa3f8110a559b87359a49b168bc8b8f80..1e250dd46cff166e17cd4b998b29338cf2abb49c 100644 (file)
}
}
- /* 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.");
}