From 5463bdeff65681f58605e982f9da9cf9be362929 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Thu, 5 Jun 2014 15:16:13 +0200 Subject: acctfuncs.inc.php: Fix indentation Signed-off-by: Lukas Fleischer --- web/lib/acctfuncs.inc.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/lib/acctfuncs.inc.php b/web/lib/acctfuncs.inc.php index f1776c0..06d4311 100644 --- a/web/lib/acctfuncs.inc.php +++ b/web/lib/acctfuncs.inc.php @@ -119,14 +119,15 @@ function process_account_form($UTYPE,$TYPE,$A,$U="",$T="",$S="",$E="", $error = __("Missing User ID"); } - if (!$error && !valid_username($U) && !user_is_privileged($editor_user)) - $error = __("The username is invalid.") . "