Changeset 237


Ignore:
Timestamp:
Jan 3, 2004, 8:15:32 PM (20 years ago)
Author:
z0rglub
Message:

use correct define syntax

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/release-1_3/include/functions_xml.inc.php

    r57 r237  
    1717 *                                                                         *
    1818 ***************************************************************************/
    19 
    2019//------------------------------------------------------------------ constantes
    21 define( ATT_REG, '\w+' );
    22 define( VAL_REG, '[^"]*' );
     20define( 'ATT_REG', '\w+' );
     21define( 'VAL_REG', '[^"]*' );
    2322//------------------------------------------------------------------- functions
    2423// getContent returns the content of a tag
Note: See TracChangeset for help on using the changeset viewer.