- Timestamp:
- Mar 12, 2014, 2:41:35 PM (11 years ago)
- Location:
- branches/2.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/include/ws_functions/pwg.users.php
r26461 r27715 252 252 } 253 253 254 $users = trigger_change('ws_users_getList', $users); 255 254 256 return array( 255 257 'paging' => new PwgNamedStruct( -
branches/2.6/tools/triggers_list.php
r27713 r27715 829 829 'vars' => array('array', 'data'), 830 830 'files' => array('admin\picture_modify.php'), 831 'infos' => 'New in 2.6.2.', 832 ), 833 array( 834 'name' => 'ws_users_getList', 835 'type' => 'trigger_event', 836 'vars' => array('array', 'users'), 837 'files' => array('include\ws_functions\pwg.users.php'), 831 838 'infos' => 'New in 2.6.2.', 832 839 ),
Note: See TracChangeset
for help on using the changeset viewer.