- Timestamp:
- Jan 18, 2004, 10:55:20 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/release-1_3/category.php
r290 r292 388 388 $query.= ' AND id = image_id'; 389 389 // if the category has a representative picture, this is its thumbnail 390 // tha will be displayed !391 if ( $row['representative_picture_id'] != '')390 // that will be displayed ! 391 if ( isset( $row['representative_picture_id'] ) ) 392 392 $query.= ' AND id = '.$row['representative_picture_id']; 393 393 else
Note: See TracChangeset
for help on using the changeset viewer.