1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

Merge pull request #1784 from nickvergessen/ticket/11924

[Ticket/11924] Add a script to export the events in wiki format
This commit is contained in:
Nils Adermann
2013-10-28 14:53:59 -07:00
6 changed files with 378 additions and 19 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 . '