Changeset 5621

Show
Ignore:
Timestamp:
03/23/08 00:32:09 (10 months ago)
Author:
inureyes
Message:

#873

  • 방명록 및 보낸 트랙백에서 페이징이 되지 않는 문제 수정
Location:
trunk/lib/model
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/model/blog.comment.php

    r5620 r5621  
    9393    global $database; 
    9494 
    95     $postfix = ''; 
     95    $postfix = '&status=guestbook'; 
    9696 
    9797    $sql = "SELECT c.*, c2.name parentName 
  • trunk/lib/model/blog.trackback.php

    r5587 r5621  
    4444    global $database; 
    4545     
    46     $postfix = ''; 
     46    $postfix = '&status=sent'; 
    4747    $sql = "SELECT t.*, e.title as subject, c.name categoryName  
    4848        FROM {$database['prefix']}TrackbackLogs t