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:
plegall
2011-01-04 10:55:08 +00:00
parent 621ed0b391
commit b4d2a1362f
8 changed files with 66 additions and 2 deletions
+1
View File
@@ -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 )