diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-08-06 09:35:58 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-08-06 09:35:58 +0000 |
commit | 773577bc4f0d8ec81b3400bf786a5c174b1a9cea (patch) | |
tree | fba8c4fcaaf674a5cd8c61dc8df0a986a5fd5af0 /include/functions.inc.php | |
parent | 85bd85111c3133794ae1ea3e8c2ab3118730268a (diff) |
use of functions_html.inc.php instead of htmlfunctions.inc.php
git-svn-id: http://piwigo.org/svn/trunk@477 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/functions.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.inc.php b/include/functions.inc.php index 01f13f78d..5f9e52d89 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -30,7 +30,7 @@ include_once( PHPWG_ROOT_PATH .'include/functions_session.inc.php' ); include_once( PHPWG_ROOT_PATH .'include/functions_category.inc.php' ); include_once( PHPWG_ROOT_PATH .'include/functions_xml.inc.php' ); include_once( PHPWG_ROOT_PATH .'include/functions_group.inc.php' ); -include_once( PHPWG_ROOT_PATH .'include/htmlfunctions.inc.php' ); +include_once( PHPWG_ROOT_PATH .'include/functions_html.inc.php' ); //----------------------------------------------------------- generic functions |