기본 코드 내에서 제로보드라는 명칭을 제거

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4908 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-11-19 09:11:11 +00:00
parent de8eb4cdd1
commit f2e59ee019
28 changed files with 38 additions and 38 deletions

View file

@ -23,7 +23,7 @@
if($_REQUEST['act']!='api') return;
/**
* blogapi의 경우 GET argument와 XML Content가 같이 오기에 제로보드XE의 경우 XML Content가 오면 이것만 처리하기에
* blogapi의 경우 GET argument와 XML Content가 같이 오기에 XE의 경우 XML Content가 오면 이것만 처리하기에
* GET argument중에 mid값을 강제 설정해야 모듈을 정상적으로 찾는다
**/
if($called_position == 'before_module_init') {