mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
feature 2095 added: new column images.added_by (foreign key on users.id)
git-svn-id: http://piwigo.org/svn/trunk@8464 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -449,6 +449,7 @@ SELECT file,storage_category_id
|
||||
? $fs[$path]['tn_ext']
|
||||
: null,
|
||||
'storage_category_id' => $db_fulldirs[$dirname],
|
||||
'added_by' => $user['id'],
|
||||
);
|
||||
|
||||
if ( $_POST['privacy_level']!=0 )
|
||||
|
||||
Reference in New Issue
Block a user