Changeset 5563
- Timestamp:
- 03/08/08 01:50:06 (2 years ago)
- Location:
- trunk/lib
- Files:
-
- 2 modified
-
blog.skin.php (modified) (1 diff)
-
piece/blog/end.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/blog.skin.php
r5507 r5563 594 594 // unset($contentContainer[$keys[$i]]); 595 595 } 596 handleTags($content); 596 597 return $content; 597 598 } -
trunk/lib/piece/blog/end.php
r5418 r5563 4 4 /// See the GNU General Public License for more details. (/doc/LICENSE, /doc/COPYRIGHT) 5 5 6 handleTags($view);6 //handleTags($view); 7 7 8 8 $writer = User::getBlogOwnerName($blogid);
