Removed 6 back-references from language files

This commit is contained in:
madmuffin1
2013-03-15 23:05:40 +01:00
parent d3e902ac63
commit 50327e2df6
16 changed files with 33 additions and 33 deletions

View File

@@ -252,7 +252,7 @@ if($action == 'login')
$message = $lng['error']['login'];
break;
case 3:
$message = $lng['error']['login_blocked'];
$message = printf($lng['error']['login_blocked'],$settings['login']['deactivatetime']);
break;
case 4:
$cmail = isset($_GET['customermail']) ? $_GET['customermail'] : 'unknown';