Ignore:
Timestamp:
Mar 26, 2004, 6:08:09 PM (20 years ago)
Author:
gweltas
Message:
  • Template migration
  • Admin Control Panel migration
  • Category management
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions.inc.php

    r375 r394  
    2525// | USA.                                                                  |
    2626// +-----------------------------------------------------------------------+
    27 include( PHPWG_ROOT_PATH .'include/functions_user.inc.php' );
    28 include( PHPWG_ROOT_PATH .'include/functions_session.inc.php' );
    29 include( PHPWG_ROOT_PATH .'include/functions_category.inc.php' );
    30 include( PHPWG_ROOT_PATH .'include/functions_xml.inc.php' );
    31 include( PHPWG_ROOT_PATH .'include/functions_group.inc.php' );
     27include_once( PHPWG_ROOT_PATH .'include/functions_user.inc.php' );
     28include_once( PHPWG_ROOT_PATH .'include/functions_session.inc.php' );
     29include_once( PHPWG_ROOT_PATH .'include/functions_category.inc.php' );
     30include_once( PHPWG_ROOT_PATH .'include/functions_xml.inc.php' );
     31include_once( PHPWG_ROOT_PATH .'include/functions_group.inc.php' );
     32include_once( PHPWG_ROOT_PATH .'include/htmlfunctions.inc.php' );
    3233
    3334//----------------------------------------------------------- generic functions
     
    397398  {
    398399    $to = $row['mail_address'];
    399     include( PREFIX_INCLUDE.'./language/'.$row['language'].'.php' );
     400    include( PHPWG_ROOT_PATH.'language/'.$row['language'].'.php' );
    400401    $content = $lang['mail_hello']."\n\n";
    401402    switch ( $type )
Note: See TracChangeset for help on using the changeset viewer.