From 52a770e7e7c9a1701e96aa3c66f25d810394aeaf Mon Sep 17 00:00:00 2001 From: Callan Barrett Date: Thu, 17 Jan 2008 17:04:00 +0900 Subject: Fix login error and translation bug Fixes a login error where entering nothing would result in the login message "Incorrect password for username, ." and changes the translation "TU" to "Trusted User" so the menu bar on the accounts page doesn't bug up (we need a new translation system :((() Signed-off-by: Callan Barrett Signed-off-by: Simo Leone --- web/template/header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/template/header.php') diff --git a/web/template/header.php b/web/template/header.php index aaccfa2c..6e114fdd 100644 --- a/web/template/header.php +++ b/web/template/header.php @@ -93,7 +93,7 @@ if (isset($_COOKIE["AURSID"])) { } ?>
- + '> -- cgit v1.2.3-24-g4f1b