From 773577bc4f0d8ec81b3400bf786a5c174b1a9cea Mon Sep 17 00:00:00 2001 From: z0rglub Date: Fri, 6 Aug 2004 09:35:58 +0000 Subject: 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 --- include/functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/functions.inc.php') 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 -- cgit v1.2.3