Changeset 27716


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

merge r27715 from branch 2.6 to trunk

feature 3054: new trigger ws_users_getList

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/ws_functions/pwg.users.php

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

    r27714 r27716  
    836836  'vars' => array('array', 'data'),
    837837  'files' => array('admin\picture_modify.php'),
     838  'infos' => 'New in 2.6.2.',
     839),
     840array(
     841  'name' => 'ws_users_getList',
     842  'type' => 'trigger_event',
     843  'vars' => array('array', 'users'),
     844  'files' => array('include\ws_functions\pwg.users.php'),
    838845  'infos' => 'New in 2.6.2.',
    839846),
Note: See TracChangeset for help on using the changeset viewer.