Back out previous change because it breaks the website, as indicated by these

persistent error messages:
PHP Parse error:  syntax error, unexpected ';' in /www/www/verify.php on line 71.
This commit is contained in:
Wytze van der Raay 2010-01-27 11:17:54 +00:00
parent 19b3f8376e
commit 3913ce7426

View file

@ -67,9 +67,7 @@
if(mysql_num_rows($res) <= 0) if(mysql_num_rows($res) <= 0)
{ {
showheader(_("Error!"), _("Error!")); showheader(_("Error!"), _("Error!"));
echo _("The ID or Hash has already been verified, has expired or is malformed."); echo _("The ID or Hash has already been verified, or something weird happened.");
echo _("Please make sure that your email client has decoded the URL correctly.)";
echo _("Requests are automatically removed after 48 hours.");
showfooter(); showfooter();
exit; exit;
} }