Changeset 8464 for trunk/include


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/include/ws_functions.inc.php

    r8297 r8464  
    12101210function ws_images_add($params, &$service)
    12111211{
    1212   global $conf;
     1212  global $conf, $user;
    12131213  if (!is_admin())
    12141214  {
     
    12851285    'height' => $file_infos['height'],
    12861286    'md5sum' => $params['original_sum'],
     1287    'added_by' => $user['id'],
    12871288    );
    12881289
Note: See TracChangeset for help on using the changeset viewer.