dever 6 년 전
부모
커밋
2ac3c06d58
2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 1
      video/database/live.php
  2. 2 1
      video/database/vod.php

+ 2 - 1
video/database/live.php

@@ -125,8 +125,9 @@ return array
 			'desc' 		=> '作者',
 			'match' 	=> 'is_numeric',
 			'update'	=> 'select',
-			'option'	=> $author,
+			//'option'	=> $author,
 			'search'	=> 'select',
+			'update_search'	=> 'content/lib/author.search',
 		),
 
 		'tag'		=> array

+ 2 - 1
video/database/vod.php

@@ -137,8 +137,9 @@ return array
 			'desc' 		=> '作者',
 			'match' 	=> 'is_numeric',
 			'update'	=> 'select',
-			'option'	=> $author,
+			//'option'	=> $author,
 			'search'	=> 'select',
+			'update_search'	=> 'content/lib/author.search',
 		),
 
 		'tag'		=> array