Ignore:
Timestamp:
Jan 13, 2004, 12:41:53 AM (20 years ago)
Author:
gweltas
Message:

Minor corrections of PHP warnings

File:
1 edited

Legend:

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

    r180 r276  
    165165$vtp->setGlobalVar( $sub, 'user_template', $user['template'] );
    166166//--------------------------------------------------- number of days to display
    167 if ( isset( $_GET['last_days'] ) ) define( MAX_DAYS, $_GET['last_days'] );
    168 else                               define( MAX_DAYS, 0 );
     167if ( isset( $_GET['last_days'] ) ) define( 'MAX_DAYS', $_GET['last_days'] );
     168else                               define( 'MAX_DAYS', 0 );
    169169//----------------------------------------- non specific section initialization
    170170$array_cat_directories = array();
Note: See TracChangeset for help on using the changeset viewer.