You are extensions are pretty cool?Volksdevil wrote:You're extensions are pretty cool!
if ($_POST{'login'})
should be if ($_POST['login'])
.USING
? I am not sure about the syntax, as I never used it before.Code: Select all
DELETE
FROM ' . $this->table_prefix . TABLES::TAGS . ' t, ' . $this->table_prefix . TABLES::TOPICTAGS . ' tt
USING tt
...
DELETE FROM
instead of DELETE t FROM
.phpbb_check_hash()
is in forum/includes/functions_compatibility.php
now.forum/includes/functions.php
anymore.