浏览代码

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

jangliss 22 年之前
父节点
当前提交
7382294f91
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 .
                 sprintf(_("%s Logo"), $org_name) .'"' . $width_and_height .
                 ' /><br />' . "\n"
                 ' /><br />' . "\n"
               : '' ).
               : '' ).
-            ( $hide_sm_attributions ? '' :
+            ( (isset($hide_sm_attributions) && $hide_sm_attributions) ? '' :
             '<small>' . sprintf (_("SquirrelMail version %s"), $version) . '<br />' ."\n".
             '<small>' . sprintf (_("SquirrelMail version %s"), $version) . '<br />' ."\n".
             '  ' . _("By the SquirrelMail Development Team") . '<br /></small>' . "\n" ) .
             '  ' . _("By the SquirrelMail Development Team") . '<br /></small>' . "\n" ) .
             html_tag( 'table',
             html_tag( 'table',