From a8f0ab7e25819c3f6fded9674c332b5c4c96f16d Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 24 Jun 2008 08:18:50 +0000 Subject: [PATCH] Fixed modified to is_modified. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11408 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../gofon/gofon/phoneaccount/class_phoneAccount.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gosa-plugins/gofon/gofon/phoneaccount/class_phoneAccount.inc b/gosa-plugins/gofon/gofon/phoneaccount/class_phoneAccount.inc index d2b2029a6..3eae8ca90 100644 --- a/gosa-plugins/gofon/gofon/phoneaccount/class_phoneAccount.inc +++ b/gosa-plugins/gofon/gofon/phoneaccount/class_phoneAccount.inc @@ -1225,12 +1225,12 @@ class phoneAccount extends plugin } } if(array_differs($old_macro_settings,$this->macroarray[$this->macro][$key])){ - $this->modified = TRUE; + $this->is_modified = TRUE; } } if(count(array_diff($this->macroarray[$this->macro][$key],$backup))){ - $this->modified = TRUE; + $this->is_modified = TRUE; } } } @@ -1667,7 +1667,7 @@ class phoneAccount extends plugin } } if(count(array_diff($this->macroarray[$this->macro][$key],$backup))){ - $this->modified = TRUE; + $this->is_modified = TRUE; } } } -- 2.30.2