Changeset 292


Ignore:
Timestamp:
Jan 18, 2004, 10:55:20 PM (20 years ago)
Author:
z0rglub
Message:

Php warning correction

File:
1 edited

Legend:

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

    r290 r292  
    388388    $query.= ' AND id = image_id';
    389389    // 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'] ) )
    392392      $query.= ' AND id = '.$row['representative_picture_id'];
    393393    else
Note: See TracChangeset for help on using the changeset viewer.