XE tag_list 위젯의 태그를 4개의 단계로 rank를 부여하도록 기능을 변경하고 위젯의 모듈 선택 대상을 1개 이상 가능하도록 하여 1개 선택시 해당 mid로 그렇지 않으면 통합검색을 이용하도록 코드 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5211 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-01-05 03:33:03 +00:00
parent 31542a73a4
commit 8dade33f8f
3 changed files with 45 additions and 35 deletions

View file

@ -387,7 +387,7 @@
* tail -f ./files/_debug_message.php 하여 계속 살펴 있다
**/
function debugPrint($buff = null, $display_line = true) {
if(__DEBUG__ != 0 && __DEBUG_OUTPUT__ === 1) {
if(__DEBUG__ != 0 && __DEBUG_OUTPUT__ !== 1) {
$debug_file = _XE_PATH_."files/_debug_message.php";
$bt = debug_backtrace();
if(is_array($bt)) $first = array_shift($bt);