Changeset 49 for trunk/include
- Timestamp:
- Dec 27, 2008, 12:29:06 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/xpress_block_render.php
r46 r49 116 116 // xpress_block_cache_write($mydirname,$cache_title. $blockID, $block); 117 117 } else { 118 $block = xpress_block_cache_read($mydirname,$cache_title. $blockID); 118 $xml = xpress_block_cache_read($mydirname,$cache_title. $blockID); 119 $block = $xml['block']; 119 120 } 120 121 return $block;
Note: See TracChangeset
for help on using the changeset viewer.