summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1a38e52)
raw | patch | inline | side by side (parent: 1a38e52)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 12 Jul 2005 11:58:27 +0000 (11:58 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 12 Jul 2005 11:58:27 +0000 (11:58 +0000) |
plugins/gofon/macro/class_gofonMacroParameters.inc | patch | blob | history |
diff --git a/plugins/gofon/macro/class_gofonMacroParameters.inc b/plugins/gofon/macro/class_gofonMacroParameters.inc
index d39db5f9248b2588b04e42ce4f33b6740210b5ff..dd2c2be08cf8646f8af5eda5ff6cb82228a642c2 100755 (executable)
}
/* initialising macro parameter */
- unset($this->attrs['goFonMacroParameter']['count']);
+ if(isset($this->attrs['goFonMacroParameter']) &&
+ isset($this->attrs['goFonMacroParameter']['count'])){
+ unset($this->attrs['goFonMacroParameter']['count']);
+ }
/* Set Parameters, or a new array if ther are no parameters */
if(isset($this->attrs['goFonMacroParameter'])){