Changeset 338


Ignore:
Timestamp:
Jan 31, 2004, 9:38:46 PM (20 years ago)
Author:
z0rglub
Message:

Php Warning correction

File:
1 edited

Legend:

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

    r311 r338  
    5050    // name of the picture
    5151    $name = $array_cat_names[$subrow['cat_id']].' > ';
    52     if ( $subrow['name'] != '' )
     52    if ( isset( $subrow['name'] ) and $subrow['name'] != '' )
    5353    {
    5454      $name.= $subrow['name'];
Note: See TracChangeset for help on using the changeset viewer.