git-svn-id: http://xe-core.googlecode.com/svn/trunk@267 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-06 02:23:10 +00:00
parent 0c844db533
commit f79b18f6cc
8 changed files with 131 additions and 152 deletions

View file

@ -11,7 +11,7 @@
var $notice_list_order = -2100000000;
// 관리자페이지에서 사용할 검색 옵션
var $search_option = array('title','content','title_content','user_name','user_id'); ///< 검색 옵션
var $search_option = array('title','content','title_content','user_name',); ///< 검색 옵션
}
?>