Fix whitespace
authorBen Klang <ben@alkaloid.net>
Wed, 5 Nov 2008 21:41:39 +0000 (16:41 -0500)
committerBen Klang <ben@alkaloid.net>
Wed, 5 Nov 2008 21:41:39 +0000 (16:41 -0500)
folks/login.php

index 84c25b5..013f8e3 100644 (file)
@@ -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));