Changeset 12543 for modules/branches/2.10/timeconditions
- Timestamp:
- 09/20/11 14:55:23 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.10/timeconditions/functions.inc.php
r12460 r12543 242 242 //get the existing meetme extensions 243 243 function timeconditions_list($getall=false) { 244 $results = sql("SELECT * FROM timeconditions ","getAll",DB_FETCHMODE_ASSOC);244 $results = sql("SELECT * FROM timeconditions ORDER BY displayname ASC","getAll",DB_FETCHMODE_ASSOC); 245 245 if(is_array($results)){ 246 246 foreach($results as $result){
