Show
Ignore:
Timestamp:
09/20/11 14:55:23 (2 years ago)
Author:
mbrevda
Message:

closes #5330 - order time conditionas by name. Thanks csabka!

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.10/timeconditions/functions.inc.php

    r12460 r12543  
    242242//get the existing meetme extensions 
    243243function 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); 
    245245  if(is_array($results)){ 
    246246    foreach($results as $result){