From: tokul Date: Wed, 31 Mar 2004 15:23:50 +0000 (+0000) Subject: removing gettext function. there is no human readable string X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2d1073c7200998690a3643eb357f4e606c14248d;p=squirrelmail.git removing gettext function. there is no human readable string git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6983 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index b861ae54..33aa3049 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -282,7 +282,7 @@ function printMessageInfo($imapConnection, $t, $not_last=true, $key, $mailbox, if ($use_icons && $icon_theme != 'none') { $td_str = ""; if (isset($msg['FLAG_FLAGGED']) && $msg['FLAG_FLAGGED'] == true) { - $td_str .= _(' '); + $td_str .= ' '; } if ($default_use_priority) { if ( ($msg['PRIORITY'] == 1) || ($msg['PRIORITY'] == 2) ) {