From 3913ce74267e2a2500fb0ca02f1dac6a9984d8f1 Mon Sep 17 00:00:00 2001 From: Wytze van der Raay Date: Wed, 27 Jan 2010 11:17:54 +0000 Subject: [PATCH] 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. --- www/verify.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/www/verify.php b/www/verify.php index fc35b90..6f603e4 100644 --- a/www/verify.php +++ b/www/verify.php @@ -67,9 +67,7 @@ if(mysql_num_rows($res) <= 0) { showheader(_("Error!"), _("Error!")); - echo _("The ID or Hash has already been verified, has expired or is malformed."); - echo _("Please make sure that your email client has decoded the URL correctly.)"; - echo _("Requests are automatically removed after 48 hours."); + echo _("The ID or Hash has already been verified, or something weird happened."); showfooter(); exit; }