E_ALL error I'd never have noticed if cvs hadn't screwed up last night.
[squirrelmail.git] / 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',