From 74836edcc24e766a6dac13799cbc82b8745dfae6 Mon Sep 17 00:00:00 2001 From: lbergman Date: Thu, 8 Jun 2000 14:32:10 +0000 Subject: [PATCH] Made call for help bring up left_help.php for left frame source. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@531 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/webmail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webmail.php b/src/webmail.php index 717eafd7..a60a1793 100644 --- a/src/webmail.php +++ b/src/webmail.php @@ -66,7 +66,7 @@ echo ""; echo ""; } else if ($right_frame == "help.php") { - echo ""; + echo ""; echo ""; } else { echo ""; -- 2.25.1