Changeset 231 for trunk/comments.php


Ignore:
Timestamp:
Nov 3, 2003, 11:39:53 PM (20 years ago)
Author:
z0rglub
Message:

define( CONSTANT, 'value' ) becomes define( "CONSTANT", 'value')

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/comments.php

    r180 r231  
    141141$vtp->setGlobalVar( $handle, 'text_color', $user['couleur_text'] );
    142142//--------------------------------------------------- number of days to display
    143 if ( isset( $_GET['last_days'] ) ) define( MAX_DAYS, $_GET['last_days'] );
    144 else                               define( MAX_DAYS, 0 );
     143if ( isset( $_GET['last_days'] ) ) define( "MAX_DAYS", $_GET['last_days'] );
     144else                               define( "MAX_DAYS", 0 );
    145145//----------------------------------------- non specific section initialization
    146146$array_cat_directories = array();
Note: See TracChangeset for help on using the changeset viewer.