Changeset 27715


Ignore:
Timestamp:
Mar 12, 2014, 2:41:35 PM (10 years ago)
Author:
plg
Message:

feature 3054: new trigger ws_users_getList

Location:
branches/2.6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.6/include/ws_functions/pwg.users.php

    r26461 r27715  
    252252  }
    253253
     254  $users = trigger_change('ws_users_getList', $users);
     255 
    254256  return array(
    255257    'paging' => new PwgNamedStruct(
  • branches/2.6/tools/triggers_list.php

    r27713 r27715  
    829829  'vars' => array('array', 'data'),
    830830  'files' => array('admin\picture_modify.php'),
     831  'infos' => 'New in 2.6.2.',
     832),
     833array(
     834  'name' => 'ws_users_getList',
     835  'type' => 'trigger_event',
     836  'vars' => array('array', 'users'),
     837  'files' => array('include\ws_functions\pwg.users.php'),
    831838  'infos' => 'New in 2.6.2.',
    832839),
Note: See TracChangeset for help on using the changeset viewer.