diff options
author | patdenice <patdenice@piwigo.org> | 2011-04-28 17:16:45 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2011-04-28 17:16:45 +0000 |
commit | 3ee1056d8fbe13094397df3a84ccdf9eab744dd6 (patch) | |
tree | ee80638e010e982b94564e0faa89fd525fcdfa19 /include/ws_functions.inc.php | |
parent | cf7fd32b6a3fcd298a658c950a766ddd025a606c (diff) |
Insert upload form parameters in database during installation.
Remove prepare_upload_configuration function.
git-svn-id: http://piwigo.org/svn/trunk@10653 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/ws_functions.inc.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ws_functions.inc.php b/include/ws_functions.inc.php index c60e8241b..ecaa9585d 100644 --- a/include/ws_functions.inc.php +++ b/include/ws_functions.inc.php @@ -1450,7 +1450,6 @@ SELECT * } include_once(PHPWG_ROOT_PATH.'admin/include/functions_upload.inc.php'); - prepare_upload_configuration(); $image_id = add_uploaded_file( $_FILES['image']['tmp_name'], |