Changeset 7762
- Timestamp:
- 05/27/09 19:02:38 (4 years ago)
- Files:
-
- modules/branches/2.6 (modified) (1 prop)
- modules/branches/2.6/ringgroups/functions.inc.php (modified) (1 diff)
- modules/branches/2.6/ringgroups/module.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.6
- Property svnmerge-integrated changed from /modules/branches/2.5:1-7758 to /modules/branches/2.5:1-7758,7761
modules/branches/2.6/ringgroups/functions.inc.php
r7690 r7762 253 253 $sql .= "WHERE grpnum in ('".implode("','",$exten)."')"; 254 254 } 255 $sql .= " ORDER BY CAST(grpnum AS UNSIGNED)"; 255 256 $results = sql($sql,"getAll",DB_FETCHMODE_ASSOC); 256 257 modules/branches/2.6/ringgroups/module.xml
r7691 r7762 9 9 </description> 10 10 <changelog> 11 *2.5.1.10* #3697 11 12 *2.5.1.9* #3664 12 13 *2.5.1.8* #3580, localization updates
