rabin %!s(int64=3) %!d(string=hai) anos
pai
achega
b60f39eeff
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      database/relation.php

+ 2 - 2
database/relation.php

@@ -98,7 +98,7 @@ return array
 			),
 			'type' => 'all',
 			//'order' => array('level' => 'asc','id' => 'desc'),
-			'order' => array('id' => 'desc'),
+			'order' => array('cdate' => 'desc'),
 			'col' => '*',
 		),
 
@@ -113,7 +113,7 @@ return array
 			),
 			'type' => 'all',
 			//'order' => array('level' => 'asc','id' => 'desc'),
-			'order' => array('id' => 'desc'),
+			'order' => array('cdate' => 'desc'),
 			'page' => array(10, 'list'),
 			'col' => '*',
 		),