aboutsummaryrefslogtreecommitdiffstats
path: root/include/functions.inc.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2008-07-24 01:30:27 +0000
committerrvelices <rv-github@modusoptimus.com>2008-07-24 01:30:27 +0000
commitd7d454ad9fd33606599cb482d93c2eaba435401d (patch)
treec48092e5c796d9ad341b3925536942f2f0a201c6 /include/functions.inc.php
parentb4793e959e06a1b06b05a06e3a4e2ac2b35a23e7 (diff)
- remove functions_group.inc.php (empty for some years; avoid unnecessary include_file)
- thumbnails-fix-ie5-ie6.css merged into fix-ie5-ie6.css (avoid 2 IE6 css file requests) git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2457 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/functions.inc.php')
-rw-r--r--include/functions.inc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/functions.inc.php b/include/functions.inc.php
index 9b8dea1a3..64aa7fa5a 100644
--- a/include/functions.inc.php
+++ b/include/functions.inc.php
@@ -28,7 +28,6 @@ include_once( PHPWG_ROOT_PATH .'include/functions_user.inc.php' );
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/functions_html.inc.php' );
include_once( PHPWG_ROOT_PATH .'include/functions_tag.inc.php' );
include_once( PHPWG_ROOT_PATH .'include/functions_url.inc.php' );