Changeset 7764
- Timestamp:
- 05/27/09 19:22:25 (4 years ago)
- Files:
-
- modules/branches/2.6 (modified) (1 prop)
- modules/branches/2.6/vmblast/functions.inc.php (modified) (1 diff)
- modules/branches/2.6/vmblast/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,7761 to /modules/branches/2.5:1-7758,7761,7763
modules/branches/2.6/vmblast/functions.inc.php
r7250 r7764 123 123 return $extenlist; 124 124 } 125 $sql = "SELECT grpnum ,description FROM vmblast ";125 $sql = "SELECT grpnum, description FROM vmblast "; 126 126 if (is_array($exten)) { 127 127 $sql .= "WHERE grpnum in ('".implode("','",$exten)."')"; 128 128 } 129 $sql .= " ORDER BY CAST(grpnum AS UNSIGNED)"; 129 130 $results = sql($sql,"getAll",DB_FETCHMODE_ASSOC); 130 131 modules/branches/2.6/vmblast/module.xml
r7276 r7764 9 9 </description> 10 10 <changelog> 11 *2.5.0.6* #3697 12 *2.5.0.5* localization updates 11 13 *2.5.0.4* #3380 12 14 *2.5.0.3* localization string enclosures
