Changeset 2606 for branches/release-40/php/lib/block.mtarchivelist.php
- Timestamp:
- 06/19/08 05:52:32 (18 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-40/php/lib/block.mtarchivelist.php
r2294 r2606 25 25 $repeat = false; 26 26 return ''; 27 } 28 $map = $ctx->mt->db->fetch_templatemap( 29 array('type' => $at, 'blog_id' => $blog['blog_id'])); 30 if (empty($map)) { 31 $repeat = false; 32 return ''; 27 33 } 28 34 $ctx->localize($localvars);
