diff -uNr lms_OLD/lib/LMS.class.php lms/lib/LMS.class.php --- lms_OLD/lib/LMS.class.php 2010-05-07 23:43:55.315679578 +0200 +++ lms/lib/LMS.class.php 2010-05-13 13:59:38.999388370 +0200 @@ -1249,7 +1249,7 @@ $result['modifiedby'] = $this->GetUserName($result['modid']); $result['creationdateh'] = date('Y/m/d, H:i',$result['creationdate']); $result['moddateh'] = date('Y/m/d, H:i',$result['moddate']); - $result['mac'] = split(',', $result['mac']); + $result['mac'] = preg_split('/,/', $result['mac']); foreach($result['mac'] as $mac) $result['macs'][] = array('mac' => $mac, 'producer' => get_producer($mac)); unset($result['mac']);