getModuleList()에서 schema 목록을 가져올 때 .xml 파일만 반환하도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3440 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2007-12-29 13:16:28 +00:00
parent d37d1ba052
commit 16eb66c40d

View file

@ -569,7 +569,7 @@
$path = ModuleHandler::getModulePath($module_name);
// schemas내의 테이블 생성 xml파일수를 구함
$tmp_files = FileHandler::readDir($path."schemas");
$tmp_files = FileHandler::readDir($path."schemas", '/(\.xml)$/');
$table_count = count($tmp_files);
// 테이블이 설치되어 있는지 체크