Changeset 287


Ignore:
Timestamp:
Jan 18, 2004, 12:15:12 AM (20 years ago)
Author:
z0rglub
Message:

bug-1_3_0-001 : if you activate the validation of users comments before
making them visible, before validating the comments, you can see associated
picture in the public part comments.php (but not the unvalidated comment,
only the picture) [corrected]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/release-1_3/comments.php

    r275 r287  
    169169$query.= ' WHERE c.image_id = ic.image_id';
    170170$query.= ' AND date > '.$maxtime;
     171$query.= " AND validated = 'true'";
    171172// we must not show pictures of a forbidden category
    172173if ( $user['forbidden_categories'] != '' )
Note: See TracChangeset for help on using the changeset viewer.