summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 945750a)
raw | patch | inline | side by side (parent: 945750a)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 20 Dec 2007 14:01:27 +0000 (14:01 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 20 Dec 2007 14:01:27 +0000 (14:01 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8160 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/gofon/phoneaccount/class_phoneAccount.inc | patch | blob | history |
diff --git a/gosa-core/plugins/gofon/phoneaccount/class_phoneAccount.inc b/gosa-core/plugins/gofon/phoneaccount/class_phoneAccount.inc
index ec07ef3ed2da32d702dc4f9642f47a77b8e548ab..4cbb872fd9d884c3fe25e0749debd7c2e13693a7 100644 (file)
/* Check if makro has been removed */
if(!isset($this->macros[$this->macro])){
$this->macrostillavailable = false;
- echo "1";
}else{
$this->macrostillavailable = true;
}
/* Check if macro has been removed */
if(!isset($this->macroarray[$this->macro])){
$this->macrostillavailable = false;
- echo "2";
}else{
$this->macrostillavailable = true;
}