[pLog-svn] r5821 - plog/branches/lifetype-1.2/class/dao/status

oscar at devel.lifetype.net oscar at devel.lifetype.net
Mon Aug 13 16:09:59 EDT 2007


Author: oscar
Date: 2007-08-13 16:09:58 -0400 (Mon, 13 Aug 2007)
New Revision: 5821

Modified:
   plog/branches/lifetype-1.2/class/dao/status/genericstatuslist.class.php
Log:
This should solve issue http://bugs.lifetype.net/view.php?id=1368 -- "unmoderated" shouldn't be the default status when creating new articles.

Modified: plog/branches/lifetype-1.2/class/dao/status/genericstatuslist.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/dao/status/genericstatuslist.class.php	2007-08-12 12:57:24 UTC (rev 5820)
+++ plog/branches/lifetype-1.2/class/dao/status/genericstatuslist.class.php	2007-08-13 20:09:58 UTC (rev 5821)
@@ -40,6 +40,8 @@
                     $statusList[ "$constant" ] = $value;
                 }
             }
+
+			asort( $statusList );
 			
             return $statusList;
         }



More information about the pLog-svn mailing list