summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6be65b7)
raw | patch | inline | side by side (parent: 6be65b7)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Sun, 30 Mar 2008 17:10:01 +0000 (17:10 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Sun, 30 Mar 2008 17:10:01 +0000 (17:10 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@10069 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/gofon/phoneaccount/class_phoneAccount.inc | patch | blob | history |
diff --git a/plugins/gofon/phoneaccount/class_phoneAccount.inc b/plugins/gofon/phoneaccount/class_phoneAccount.inc
index 79e20acba0696cf2a71fd8a520c6283d4b7c2c1c..0d081f942d2220bc2d3b032dd584aa3c9b773b4d 100644 (file)
$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);
}