rabin 7 tahun lalu
induk
melakukan
8cbc77aa17
2 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 1 1
      content/database/course.php
  2. 3 3
      content/database/news.php

+ 1 - 1
content/database/course.php

@@ -80,7 +80,7 @@ return array
 			'update'	=> 'select',
 			'option'	=> $author,
 			//'search'	=> 'select',
-			'list'		=> '{author_id} > 0 ? Dever::load("set/author-one#name", {author_id}) : "未知"',
+			//'list'		=> '{author_id} > 0 ? Dever::load("set/author-one#name", {author_id}) : "未知"',
 		),
 
 		'video'		=> array

+ 3 - 3
content/database/news.php

@@ -97,8 +97,8 @@ return array
 			'desc' 		=> '请输入导读',
 			'match' 	=> 'option',
 			'update'	=> 'textarea',
-			'search'	=> 'fulltext',
-			'list'		=> true,
+			//'search'	=> 'fulltext',
+			//'list'		=> true,
 		),
 
 		'subname'		=> array
@@ -136,7 +136,7 @@ return array
 			'update'	=> 'select',
 			'option'	=> $author,
 			//'search'	=> 'select',
-			'list'		=> '{author_id} > 0 ? Dever::load("set/author-one#name", {author_id}) : "未知"',
+			//'list'		=> '{author_id} > 0 ? Dever::load("set/author-one#name", {author_id}) : "未知"',
 		),
 		
 		'cate_id_parent'		=> array