dever 6 years ago
parent
commit
3f102673d3
3 changed files with 3 additions and 3 deletions
  1. 1 1
      content/database/article.php
  2. 1 1
      video/database/live.php
  3. 1 1
      video/database/vod.php

+ 1 - 1
content/database/article.php

@@ -92,7 +92,7 @@ return array
 			'default' 	=> '',
 			'desc' 		=> '',
 			'match' 	=> 'is_numeric',
-			//'list'		=> true,
+			'list'		=> true,
 		),
 		
 		'name'		=> array

+ 1 - 1
video/database/live.php

@@ -90,7 +90,7 @@ return array
 			'default' 	=> '',
 			'desc' 		=> '',
 			'match' 	=> 'is_numeric',
-			//'list'		=> true,
+			'list'		=> true,
 		),
 		
 		'name'		=> array

+ 1 - 1
video/database/vod.php

@@ -77,7 +77,7 @@ return array
 			'default' 	=> '',
 			'desc' 		=> '',
 			'match' 	=> 'is_numeric',
-			//'list'		=> true,
+			'list'		=> true,
 		),
 		
 		'name'		=> array