feature 3054: new trigger ws_users_getList

git-svn-id: http://piwigo.org/svn/branches/2.6@27715 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2014-03-12 13:41:35 +00:00
parent 9cc4ce45d8
commit 1dd79b4bac
2 changed files with 9 additions and 0 deletions
+2
View File
@@ -251,6 +251,8 @@ SELECT
}
}
$users = trigger_change('ws_users_getList', $users);
return array(
'paging' => new PwgNamedStruct(
array(
+7
View File
@@ -830,6 +830,13 @@ array(
'files' => array('admin\picture_modify.php'),
'infos' => 'New in 2.6.2.',
),
array(
'name' => 'ws_users_getList',
'type' => 'trigger_event',
'vars' => array('array', 'users'),
'files' => array('include\ws_functions\pwg.users.php'),
'infos' => 'New in 2.6.2.',
),
);
?>
<!DOCTYPE html>