Array index off by 1
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 18 Sep 2002 13:21:14 +0000 (13:21 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 18 Sep 2002 13:21:14 +0000 (13:21 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3695 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/help.php

index 88b92f197c116fcca25400aa117bf16e730957e4..5b43efa665f16a9c4cf8a201e99a215f3e9ac43e 100644 (file)
@@ -139,7 +139,7 @@ if (file_exists("../help/$squirrelmail_language")) {
     echo "<br><center><font color=\"$color[2]\">" .
          _("Some or all of the help documents are not present!").
          '</font></center>'.
-         '</td></tr></table>';
+         '</td></tr></table></body></html>';
     /* this is really silly, because there may be some
      * footers. What about them.
      * TODO: Fix this so it's not just "exit".
@@ -171,7 +171,7 @@ if ($help_exists == true) {
        $chapter = 0;
     }
 
-    if ( $chapter == 0 || !isset( $helpdir[$chapter] ) ) {
+    if ( $chapter == 0 || !isset( $helpdir[$chapter-1] ) ) {
         echo html_tag( 'table', '', 'center', '', 'cellpadding="0" cellspacing="0" border="0"' );
                    html_tag( 'tr' ) .
                         html_tag( 'td' ) .