From 5a7af78b274c22bc9279eaf1ee97a40c5403d1a6 Mon Sep 17 00:00:00 2001 From: lbergman Date: Mon, 31 Jul 2000 14:34:18 +0000 Subject: [PATCH] Deleted some old help stuff. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@658 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/webmail.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/webmail.php b/src/webmail.php index aad2e838..773995d7 100644 --- a/src/webmail.php +++ b/src/webmail.php @@ -70,15 +70,13 @@ } /** - There are four ways to call webmail.php + There are three ways to call webmail.php 1. webmail.php - This just loads the default entry screen. 2. webmail.php?right_frame=right_main.php&sort=X&startMessage=X&mailbox=XXXX - This loads the frames starting at the given values. 3. webmail.php?right_frame=folders.php - Loads the frames with the Folder options in the right frame. - 4. webmail.php?right_frame=help.php - - Lets the left frame set up different menu for help and calls the right frame. This was done to create a pure HTML way of refreshing the folder list since we would like to use as little Javascript as possible. @@ -94,9 +92,6 @@ $urlMailbox = urlencode($mailbox); echo ""; echo ""; - } else if ($right_frame == "help.php") { - echo ""; - echo ""; } else { echo ""; echo ""; -- 2.25.1