projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cd033c
)
Fix whitespace
author
Ben Klang
<ben@alkaloid.net>
Wed, 5 Nov 2008 21:41:39 +0000
(16:41 -0500)
committer
Ben Klang
<ben@alkaloid.net>
Wed, 5 Nov 2008 21:41:39 +0000
(16:41 -0500)
folks/login.php
patch
|
blob
|
history
diff --git
a/folks/login.php
b/folks/login.php
index
84c25b5
..
013f8e3
100644
(file)
--- a/
folks/login.php
+++ b/
folks/login.php
@@
-166,8
+166,8
@@
if ($form->isSubmitted()) {
header('Location: ' . $login_url);
exit;
}
- switch ($profile['user_status']) {
+ switch ($profile['user_status']) {
case 'deactivated':
$notification->push(sprintf(_("Your username was temporary deacirvated. For any additional information please write to %s, and don't forgot to incluide your username."), $conf['folks']['support']), 'horde.warning');
header('Location: ' . Horde::selfUrl(true));