Changeset 10531
- Timestamp:
- 11/05/10 11:35:13 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.8/queues/agi-bin/queue_devstate.agi
r9649 r10531 82 82 if (ereg('(\\d+)',$item1)) { 83 83 preg_match_all ("/(\\d+)/is", $item1,$matches); 84 if ( $matches[1][0] != '') {84 if (isset($matches[1][0]) && $matches[1][0] != '') { 85 85 $queues[]=$matches[1][0]; 86 86 $inqueue=$matches[1][0];
