rabin 7 tahun lalu
induk
melakukan
fed9e4aeec
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 1 1
      comment/database/review.php
  2. 1 1
      comment/database/vote.php

+ 1 - 1
comment/database/review.php

@@ -37,7 +37,7 @@ return array
 			'desc' 		=> '',
 			'match' 	=> 'is_numeric',
 			'order'		=> 'desc',
-			'list'		=> true,
+			//'list'		=> true,
 		),
 		
 

+ 1 - 1
comment/database/vote.php

@@ -38,7 +38,7 @@ return array
 			'desc' 		=> '',
 			'match' 	=> 'is_numeric',
 			//'search'	=> 'order',
-			//'list'		=> true,
+			'list'		=> true,
 		),
 
 		'uid' 		=> array