Changeset 10141
- Timestamp:
- 07/14/10 14:43:27 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.8/amp_conf/htdocs/admin/common/php-asmanager.php
r8599 r10141 744 744 array_shift($data); 745 745 foreach ($data as $line) { 746 $temp = explode(":",$line );746 $temp = explode(":",$line,2); 747 747 if (trim($temp[0]) != '') { 748 748 $temp[1] = isset($temp[1])?$temp[1]:null;
