DataObjects/Core_enum.php
authorAlan Knowles <alan@roojs.com>
Mon, 26 Aug 2013 02:59:20 +0000 (10:59 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 26 Aug 2013 02:59:20 +0000 (10:59 +0800)
DataObjects/Core_enum.php

index 1113611..6037855 100644 (file)
@@ -155,6 +155,7 @@ class Pman_Core_DataObjects_Core_enum extends DB_DataObject
         $x = DB_DataObject::factory('core_enum');
         $x->etype = $etype;
         $x->active = 1;
+        $x->orderBy('seqid ASC');
         return $x->fetchAll($fetchArg1, $fetchArg2, $fetchArg3);
     }