Ignore:
Timestamp:
Aug 6, 2004, 11:35:58 AM (20 years ago)
Author:
z0rglub
Message:

use of functions_html.inc.php instead of htmlfunctions.inc.php

File:
1 edited

Legend:

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

    r420 r477  
    3131include_once( PHPWG_ROOT_PATH .'include/functions_xml.inc.php' );
    3232include_once( PHPWG_ROOT_PATH .'include/functions_group.inc.php' );
    33 include_once( PHPWG_ROOT_PATH .'include/htmlfunctions.inc.php' );
     33include_once( PHPWG_ROOT_PATH .'include/functions_html.inc.php' );
    3434
    3535//----------------------------------------------------------- generic functions
Note: See TracChangeset for help on using the changeset viewer.