diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-01-22 21:12:48 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-01-22 21:12:48 +0000 |
commit | 13b9118f4170ceace4a095cc952bdeb389d69c9a (patch) | |
tree | 6c6fcf2312d13bc0a440fe2d3c050d5946843c93 /include/functions.inc.php | |
parent | f33339b964f3da16eb42e68b7c31acd1fbf2222f (diff) |
- fix icon display on index page (calendar by post date)
- remove unnecessary include_once
- mysql functions simplification
git-svn-id: http://piwigo.org/svn/trunk@8844 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/functions.inc.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/functions.inc.php b/include/functions.inc.php index b28a04d3d..4b276b662 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -813,8 +813,6 @@ function fill_caddie($elements_id) { global $user; - include_once(PHPWG_ROOT_PATH.'admin/include/functions.php'); - $query = ' SELECT element_id FROM '.CADDIE_TABLE.' |