From 8a97a0700890e64b82493817bbae050898b876a2 Mon Sep 17 00:00:00 2001 From: jangliss Date: Tue, 1 Apr 2003 14:59:05 +0000 Subject: [PATCH] E_ALL error I'd never have noticed if cvs hadn't screwed up last night. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4709 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/login.php b/src/login.php index 684357e8..9b0dced9 100644 --- a/src/login.php +++ b/src/login.php @@ -104,7 +104,7 @@ echo html_tag( 'table', sprintf(_("%s Logo"), $org_name) .'"' . $width_and_height . ' />
' . "\n" : '' ). - ( $hide_sm_attributions ? '' : + ( (isset($hide_sm_attributions) && $hide_sm_attributions) ? '' : '' . sprintf (_("SquirrelMail version %s"), $version) . '
' ."\n". ' ' . _("By the SquirrelMail Development Team") . '
' . "\n" ) . html_tag( 'table', -- 2.25.1