Changeset 4731
- Timestamp:
- 11/30/07 20:08:19 (2 years ago)
- Files:
-
- 1 modified
-
sandbox/components/Needlworks.Cache.PageCache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sandbox/components/Needlworks.Cache.PageCache.php
r4685 r4731 133 133 WHERE blogid = ".getBlogId()." 134 134 AND name = '".tc_escape_string($this->realName)."'"); 135 if($result !== false) {135 if($result !== null) { 136 136 $this->_dbContents = unserialize($result); 137 137 if(doesHaveOwnership()) $this->dbContents = isset($this->_dbContents['owner']) ? $this->_dbContents['owner'] : null;
