Changeset 5527
- Timestamp:
- 03/04/08 19:32:49 (10 months ago)
- Files:
-
- 1 modified
-
trunk/lib/view/view.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/view/view.php
r5517 r5527 330 330 } 331 331 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']; 333 334 334 335 $useForm = false;
