From: hickert Date: Wed, 17 Mar 2010 10:47:44 +0000 (+0000) Subject: Removed semicolon X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8f6c0de42d749f1f0e4166e93a9c92ad35a086fa;p=gosa.git Removed semicolon git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16744 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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."]")); }