Changeset 5621
- Timestamp:
- 03/23/08 00:32:09 (10 months ago)
- Location:
- trunk/lib/model
- Files:
-
- 2 modified
-
blog.comment.php (modified) (1 diff)
-
blog.trackback.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/model/blog.comment.php
r5620 r5621 93 93 global $database; 94 94 95 $postfix = ' ';95 $postfix = '&status=guestbook'; 96 96 97 97 $sql = "SELECT c.*, c2.name parentName -
trunk/lib/model/blog.trackback.php
r5587 r5621 44 44 global $database; 45 45 46 $postfix = ' ';46 $postfix = '&status=sent'; 47 47 $sql = "SELECT t.*, e.title as subject, c.name categoryName 48 48 FROM {$database['prefix']}TrackbackLogs t
