From 8f6c0de42d749f1f0e4166e93a9c92ad35a086fa Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 17 Mar 2010 10:47:44 +0000 Subject: [PATCH] Removed semicolon git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16744 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/html/main.php b/gosa-core/html/main.php index 11fa7dc5e..7bef85983 100644 --- a/gosa-core/html/main.php +++ b/gosa-core/html/main.php @@ -285,7 +285,7 @@ if (session::global_get('js')==FALSE){ } if($ui->ignore_acl_for_current_user()){ - $smarty->assign ("loggedin", ""._("ACLs are disabled")." ".sprintf(_("You're logged in as %s"), "".$ui->cn." [".$ui->username."]")); + $smarty->assign ("loggedin", ""._("ACLs are disabled")." ".sprintf(_("You're logged in as %s"), "".$ui->cn." [".$ui->username."]")); }else{ $smarty->assign ("loggedin", sprintf(_("You're logged in as %s"), "".$ui->cn." [".$ui->username."]")); } -- 2.30.2