ModuleObject에서 debugPrint()함수 제거 (테스트용)

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2604 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-09-18 06:43:42 +00:00
parent 7dce33e392
commit 5f10f311d1

View file

@ -305,7 +305,6 @@
$kind = strpos(strtolower($forward->act),'admin')!==false?'admin':'';
$oModule = &getModule($forward->module, $forward->type, $kind);
$xml_info = $oModuleModel->getModuleActionXml($forward->module);
debugPrint($forward->act);
$oModule->setAct($forward->act);
$oModule->init();
$oModule->setModuleInfo($this->module_info, $xml_info);