dever 6 年之前
父節點
當前提交
3f102673d3
共有 3 個文件被更改,包括 3 次插入3 次删除
  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' 	=> '',
 			'default' 	=> '',
 			'desc' 		=> '',
 			'desc' 		=> '',
 			'match' 	=> 'is_numeric',
 			'match' 	=> 'is_numeric',
-			//'list'		=> true,
+			'list'		=> true,
 		),
 		),
 		
 		
 		'name'		=> array
 		'name'		=> array

+ 1 - 1
video/database/live.php

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

+ 1 - 1
video/database/vod.php

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