Changeset 305


Ignore:
Timestamp:
Jan 21, 2004, 8:43:54 AM (20 years ago)
Author:
z0rglub
Message:

Php warning correction

Location:
branches/release-1_3
Files:
2 edited

Legend:

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

    r254 r305  
    3131$row = mysql_fetch_array( mysql_query( $query ) );
    3232if ( $row['nb_total_categories'] < $conf['max_LOV_categories']
    33      or $_GET['expand'] == 'all' )
     33     or ( isset( $_GET['expand'] ) and $_GET['expand'] == 'all' ) )
    3434{
    3535  $page['tab_expand'] = array();
  • branches/release-1_3/index.php

    r191 r305  
    1818 ***************************************************************************/
    1919
    20 define( PREFIX_INCLUDE, '' );
     20define( 'PREFIX_INCLUDE', '' );
    2121include_once( './include/functions.inc.php' );
    2222database_connection();
Note: See TracChangeset for help on using the changeset viewer.