diff options
author | plegall <plg@piwigo.org> | 2014-07-02 13:34:46 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-07-02 13:34:46 +0000 |
commit | 7e9b6530ecea9fc2f57b748df3a445fa7a3c88e6 (patch) | |
tree | cd8b23a524d51d5a284dc76c5b58b4ad277372cf /admin/photos_add_direct.php | |
parent | d12f97545f541e0765f3e15bec533fb6de20441f (diff) |
feature 2616: remove useless code (photos_add_direct_process or uploadify related variables)
git-svn-id: http://piwigo.org/svn/trunk@28919 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/photos_add_direct.php')
-rw-r--r-- | admin/photos_add_direct.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/admin/photos_add_direct.php b/admin/photos_add_direct.php index 10f71e082..c58240b03 100644 --- a/admin/photos_add_direct.php +++ b/admin/photos_add_direct.php @@ -58,12 +58,6 @@ DELETE FROM '.CADDIE_TABLE.' } // +-----------------------------------------------------------------------+ -// | process form | -// +-----------------------------------------------------------------------+ - -include_once(PHPWG_ROOT_PATH.'admin/include/photos_add_direct_process.inc.php'); - -// +-----------------------------------------------------------------------+ // | prepare form | // +-----------------------------------------------------------------------+ |