Ignore:
Timestamp:
Jan 4, 2011, 11:55:08 AM (13 years ago)
Author:
plg
Message:

feature 2095 added: new column images.added_by (foreign key on users.id)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/functions_upload.inc.php

    r8253 r8464  
    185185  // * check md5sum (already exists?)
    186186 
    187   global $conf;
     187  global $conf, $user;
    188188 
    189189  // current date
     
    307307    'height' => $file_infos['height'],
    308308    'md5sum' => $md5sum,
     309    'added_by' => $user['id'],
    309310    );
    310311
Note: See TracChangeset for help on using the changeset viewer.