From: cajus Date: Sun, 30 Mar 2008 17:10:01 +0000 (+0000) Subject: Initialized by array(). X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=32c5c186182188957209d1f3f73b4c0422fc5ab1;p=gosa.git Initialized by array(). git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@10069 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/gofon/phoneaccount/class_phoneAccount.inc b/plugins/gofon/phoneaccount/class_phoneAccount.inc index 79e20acba..0d081f942 100644 --- a/plugins/gofon/phoneaccount/class_phoneAccount.inc +++ b/plugins/gofon/phoneaccount/class_phoneAccount.inc @@ -349,6 +349,7 @@ class phoneAccount extends plugin $i_is_accounted = false; // Ensure that extension entry, for name to number is only once in table /* Prepare some basic attributes */ + $oldnums= array(); foreach($this->a_old_telenums as $tele){ $oldnums[]= preg_replace("/[^0-9]/","",$tele); }