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

This commit is contained in:
zero 2007-03-05 03:31:38 +00:00
parent ea69a65507
commit b60c71d589
17 changed files with 29 additions and 15 deletions

View file

@ -8,4 +8,4 @@
<description xml:lang="ko">관리자 모듈</description>
<description xml:lang="en">admin module</description>
</author>
<module>
</module>

View file

@ -8,4 +8,4 @@
<description xml:lang="ko">게시판 모듈</description>
<description xml:lang="en">board</description>
</author>
<module>
</module>

View file

@ -8,4 +8,4 @@
<description xml:lang="ko">댓글 모듈</description>
<description xml:lang="en">comment</description>
</author>
<module>
</module>

View file

@ -8,4 +8,4 @@
<description xml:lang="ko">문서 모듈</description>
<description xml:lang="en">document</description>
</author>
<module>
</module>

View file

@ -8,4 +8,4 @@
<description xml:lang="ko">파일 관리 모듈</description>
<description xml:lang="en">file manager</description>
</author>
<module>
</module>

View file

@ -8,4 +8,4 @@
<description xml:lang="ko">설치 관리 모듈</description>
<description xml:lang="en">install</description>
</author>
<module>
</module>

View file

@ -8,4 +8,4 @@
<description xml:lang="ko">한국 우편번호 검색을 담당합니다.</description>
<description xml:lang="en">Korea Zipcode Finder</description>
</author>
<module>
</module>

View file

@ -8,4 +8,4 @@
<description xml:lang="ko">로그 관리 모듈</description>
<description xml:lang="en">log</description>
</author>
<module>
</module>

View file

@ -8,4 +8,4 @@
<description xml:lang="ko">회원 관리 모듈</description>
<description xml:lang="en">member</description>
</author>
<module>
</module>

View file

@ -8,4 +8,4 @@
<description xml:lang="ko">메세지 관리 모듈</description>
<description xml:lang="en">message</description>
</author>
<module>
</module>

View file

@ -8,4 +8,4 @@
<description xml:lang="ko">모듈 관리 모듈</description>
<description xml:lang="en">module management</description>
</author>
<module>
</module>

View file

@ -330,7 +330,8 @@
if(!file_exists($xml_file)) return;
$oXmlParser = new XmlParser();
$xml_obj = $oXmlParser->loadXmlFile($xml_file);
$tmp_xml_obj = $oXmlParser->loadXmlFile($xml_file);
$xml_obj = $tmp_xml_obj->module;
if(!$xml_obj) return;

View file

@ -8,4 +8,4 @@
<description xml:lang="ko">RSS 관리 모듈</description>
<description xml:lang="en">rss management</description>
</author>
<module>
</module>

View file

@ -8,4 +8,4 @@
<description xml:lang="ko">꼬리표 관리 모듈</description>
<description xml:lang="en">tag</description>
</author>
<module>
</module>

View file

@ -16,4 +16,4 @@
<description xml:lang="en">module of trackback management</description>
</author>
</history>
<module>
</module>