Changeset 79


Ignore:
Timestamp:
Sep 7, 2003, 11:39:24 PM (21 years ago)
Author:
z0rglub
Message:

In comments validation section, shows only unvalidated comments, not all
comments of picture which have unvalidated comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/comments.php

    r78 r79  
    7979    $query.= ' WHERE image_id = '.$row['image_id'];
    8080    $query.= ' AND date > '.$maxtime;
     81    if ( $validation_box ) $query.= " AND validated = 'false'";
    8182    $query.= ' ORDER BY date DESC';
    8283    $query.= ';';
Note: See TracChangeset for help on using the changeset viewer.