Changeset 7281 for modules/branches/2.5/queues
- Timestamp:
- 11/16/08 15:06:58 (5 years ago)
- Files:
-
- modules/branches/2.5/queues/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/queues/functions.inc.php
r6900 r7281 424 424 if (isset($members)) { 425 425 $count = 0; 426 $members = array_unique($members); 426 427 foreach ($members as $member) { 427 428 $fields[] = array($account,'member',$member,$count);
