feature 2567: in IMAGES_TABLE the field "name" is prefilled with the filename

git-svn-id: http://piwigo.org/svn/trunk@13082 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100
2012-02-10 14:44:20 +00:00
parent 1a56352d08
commit a25fe0c7e8
3 changed files with 69 additions and 1 deletions
+1
View File
@@ -410,6 +410,7 @@ SELECT id, path
$insert = array(
'id' => $next_element_id++,
'file' => $filename,
'name' => get_name_from_file($filename),
'date_available' => CURRENT_DATE,
'path' => $path,
'representative_ext' => $fs[$path]['representative_ext'],