Changeset 7113

Show
Ignore:
Timestamp:
12/03/08 02:06:30 (5 weeks ago)
Author:
inureyes
Message:

refs #1171

  • 트랙백 로그 기록이 남지 않는 버그 수정
  • 이런 문제가 있었군요...
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/library/components/Textcube.Data.TrackbackLog.php

    r6966 r7113  
    101101        $query = new TableQuery($database['prefix'] . 'RemoteResponseLogs'); 
    102102        $query->setQualifier('blogid', getBlogId()); 
    103         $query->setQualifier('type', 'trackback'); 
     103        $query->setQualifier('type', 'trackback',false); 
    104104        if (isset($this->id)) { 
    105105            if (!Validator::number($this->id, 1))