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' 	=> '',
 			'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