#18988109 : remove unnecessary lines

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7581 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2010-07-05 07:25:49 +00:00
parent 617f07b077
commit 041aaa8f25

View file

@ -7,8 +7,6 @@
class addon extends ModuleObject {
var $cache_file = "./files/cache/activated_addons.ache.php";
/**
* @brief 설치시 추가 작업이 필요할시 구현
**/
@ -42,7 +40,6 @@
* @brief 설치가 이상이 없는지 체크하는 method
**/
function checkUpdate() {
if(file_exists($this->cache_file)) FileHandler::removeFile($this->cache_file);
$oDB = &DB::getInstance();
if(!$oDB->isColumnExists("addons", "is_used_m")) return true;
if(!$oDB->isColumnExists("addons_site", "is_used_m")) return true;