E_ALL error I'd never have noticed if cvs hadn't screwed up last night.
authorjangliss <jangliss@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 1 Apr 2003 14:59:05 +0000 (14:59 +0000)
committerjangliss <jangliss@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 1 Apr 2003 14:59:05 +0000 (14:59 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4709 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/login.php

index 684357e8d79950519d9387516d6993d03f94fd4f..9b0dced9e2f36efd3ffa93a6c6059a4365721015 100644 (file)
@@ -104,7 +104,7 @@ echo html_tag( 'table',
                 sprintf(_("%s Logo"), $org_name) .'"' . $width_and_height .
                 ' /><br />' . "\n"
               : '' ).
-            ( $hide_sm_attributions ? '' :
+            ( (isset($hide_sm_attributions) && $hide_sm_attributions) ? '' :
             '<small>' . sprintf (_("SquirrelMail version %s"), $version) . '<br />' ."\n".
             '  ' . _("By the SquirrelMail Development Team") . '<br /></small>' . "\n" ) .
             html_tag( 'table',