Changeset 5757

Show
Ignore:
Timestamp:
04/15/08 16:08:23 (9 months ago)
Author:
inureyes
Message:

#455

  • [5747]을 1.6 트리에 반영
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.6/components/Needlworks.Cache.PageCache.php

    r5637 r5757  
    274274    function save() { 
    275275        global $database; 
    276         if($this->_isChanged) return POD::queryCell("REPLACE INTO {$database['prefix']}PageCacheLog VALUES(".$this->_gBlogId.", 'globalCacheStorage', '".POD::escapeString(serialize($this->_gCacheStorage[$this->_gBlogId]))."')"); 
     276        if($this->_isChanged) return POD::query("REPLACE INTO {$database['prefix']}PageCacheLog VALUES(".$this->_gBlogId.", 'globalCacheStorage', '".POD::escapeString(serialize($this->_gCacheStorage[$this->_gBlogId]))."')"); 
    277277    } 
    278278