diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-10-26 03:35:20 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-10-26 03:35:20 +0000 |
commit | 12182ddcfeced9934f45f20a3859049066ce0726 (patch) | |
tree | 01112ee697fa5f7cfb421fee0e6d212069ed1d58 /include/functions.inc.php | |
parent | 9e770f68a31109748880b9027dfd43d1495f13df (diff) |
plugins: first prototype version
git-svn-id: http://piwigo.org/svn/trunk@1578 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/functions.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/functions.inc.php b/include/functions.inc.php index 2e7a47b4b..3b7c88bc6 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -33,6 +33,7 @@ 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' ); +include_once( PHPWG_ROOT_PATH .'include/functions_plugins.inc.php' ); //----------------------------------------------------------- generic functions |