Changeset 275


Ignore:
Timestamp:
Jan 12, 2004, 10:51:44 PM (20 years ago)
Author:
z0rglub
Message:

Using the stored array with user restricted categories

File:
1 edited

Legend:

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

    r274 r275  
    178178$query.= ';';
    179179$result = mysql_query( $query );
    180 display_pictures( $result, $maxtime, $restricted_cats );
     180display_pictures( $result, $maxtime, $user['restrictions'] );
    181181//----------------------------------------------------------- html code display
    182182$code = $vtp->Display( $handle, 0 );
Note: See TracChangeset for help on using the changeset viewer.