summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0eea2b3)
raw | patch | inline | side by side (parent: 0eea2b3)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 12 Jul 2005 09:52:16 +0000 (09:52 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 12 Jul 2005 09:52:16 +0000 (09:52 +0000) |
plugins/gofon/macro/class_gofonMacro.inc | patch | blob | history |
index 804c6737e7c8af9a6ec2c44c875da6cd2f0ab42b..5018ed2b39daa79648ff5e2e0a79f539e807e5a4 100755 (executable)
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;
}