Browse Source

E_ALL error I'd never have noticed if cvs hadn't screwed up last night.

jangliss 22 years ago
parent
commit
7382294f91
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/login.php

+ 1 - 1
src/login.php

@@ -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',