Changeset 1672 for trunk/bb-includes
- Timestamp:
- 08/28/08 01:20:00 (3 months ago)
- Files:
-
- trunk/bb-includes/template-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/bb-includes/template-functions.php
r1671 r1672 791 791 else 792 792 $_topic =& $topic; 793 if ( !isset($topic->topic_id) ) 793 794 if ( empty($_topic->topic_id) ) 794 795 return 0; 795 796