Changeset 330 for branches


Ignore:
Timestamp:
Jan 30, 2004, 11:33:42 PM (20 years ago)
Author:
z0rglub
Message:

Php warnings correction

File:
1 edited

Legend:

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

    r305 r330  
    284284  $result = mysql_query( $query );
    285285  $row    = mysql_fetch_array( $result );
     286  if ( !isset( $row['min'] ) ) $row['min'] = 0;
     287  if ( !isset( $row['max'] ) ) $row['max'] = 0;
    286288  $min_rank = $row['min'];
    287289  $max_rank = $row['max'];
     
    309311  {
    310312    $subcat_visible = true;
     313    if ( !isset( $row['dir'] ) ) $row['dir'] = '';
    311314
    312315    $vtp->addSession( $sub, 'cat' );
Note: See TracChangeset for help on using the changeset viewer.