rabin %!s(int64=7) %!d(string=hai) anos
pai
achega
ac5f4c491b
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      comment/database/review.php
  2. 1 1
      comment/database/share.php

+ 1 - 1
comment/database/review.php

@@ -154,7 +154,7 @@ return array
 				'source_id' => 'yes',
 			),
 			'type' => 'all',
-			'order' => array('id' => 'desc'),
+			'order' => array('cdate' => 'desc'),
 			'page' => array(10, 'list'),
 			'col' => '*',
 		),

+ 1 - 1
comment/database/share.php

@@ -151,7 +151,7 @@ return array
 				'source_id' => 'yes',
 			),
 			'type' => 'all',
-			'order' => array('id' => 'desc'),
+			'order' => array('cdate' => 'desc'),
 			'page' => array(10, 'list'),
 			'col' => '*',
 		),