1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 03:04:09 +02:00

[ticket/11924] Fix some minor issues with the php event docs

PHPBB3-11924
This commit is contained in:
Joas Schilling
2013-10-16 16:32:40 +02:00
parent e04a06ab94
commit 3c9a8a3788
4 changed files with 9 additions and 9 deletions

View File

@@ -64,7 +64,7 @@ class ucp_zebra
* @var array user_ids User ids we remove
* @since 3.1-A1
*/
$vars = array('user_ids');
$vars = array('mode', 'user_ids');
extract($phpbb_dispatcher->trigger_event('core.ucp_remove_zebra', compact($vars)));
$sql = 'DELETE FROM ' . ZEBRA_TABLE . '