Sort dropdown select filters
authorJoey Schulze <joey@infodrom.org>
Tue, 22 Jun 2010 13:34:34 +0000 (15:34 +0200)
committerJoey Schulze <joey@infodrom.org>
Tue, 22 Jun 2010 13:34:34 +0000 (15:34 +0200)
lib/rico/dbClass2.php

index 48f5af9..94a3f13 100644 (file)
@@ -66,6 +66,7 @@ class sqlParse {
     if (!empty($this->WhereClause)) {
       $sqltext.=" WHERE ".$this->WhereClause;
     }
+    $sqltext.=" ORDER BY ".$this->UnparseColumn($colnum);
     return $sqltext;
   }