Changeset 5747
- Timestamp:
- 04/11/08 19:04:46 (9 months ago)
- Files:
-
- 1 modified
-
trunk/components/Needlworks.Cache.PageCache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/components/Needlworks.Cache.PageCache.php
r5599 r5747 274 274 function save() { 275 275 global $database; 276 if($this->_isChanged) return POD::query Cell("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]))."')"); 277 277 } 278 278
