Changeset 5527

Show
Ignore:
Timestamp:
03/04/08 19:32:49 (10 months ago)
Author:
inureyes
Message:

#856

  • 필요없는 쿼리 제외
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/view/view.php

    r5517 r5527  
    330330    } 
    331331 
    332     $acceptComment = POD::queryCell("SELECT `acceptComment` FROM `{$database['prefix']}Entries` WHERE `id` = {$entry['id']}"); 
     332//  $acceptComment = POD::queryCell("SELECT `acceptComment` FROM `{$database['prefix']}Entries` WHERE `blogid` = $blogid AND `id` = {$entry['id']}"); 
     333    $acceptComment = $entry['acceptComment']; 
    333334 
    334335    $useForm = false;