Code

Fixed typo
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 Mar 2008 16:12:15 +0000 (16:12 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 Mar 2008 16:12:15 +0000 (16:12 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9621 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/mail/addons/mailqueue/class_mailqueue.inc

index 5311ed5009933034d239d8700654fc3b4f4eeb20..878c6d89256abc489bf0930eaab29a0f17dbedd7 100644 (file)
@@ -119,8 +119,7 @@ class mailqueue extends plugin
           $only_once = false;
 
           if(!$this->acl_is_readable($opt)){
-            msg_dialog::display(_("Permission error"), i
-                sprintf(_("You have no permission to submit a '%s' command!"), $opt), ERROR_DIALOG);
+            msg_dialog::display(_("Permission error"), sprintf(_("You have no permission to submit a '%s' command!"), $opt), ERROR_DIALOG);
           }else{
             /* Create cmd */
             $r_cmd = preg_replace("/%action/" , $opt            ,$this->mailQueueScript);