From eaab965a67b8304bf9a7366d2d062488b7690737 Mon Sep 17 00:00:00 2001 From: fallas Date: Sun, 28 Oct 2001 11:02:27 +0000 Subject: [PATCH] Notification when saving a draft. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1632 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/right_main.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/right_main.php b/src/right_main.php index 5e10025c..1df82733 100644 --- a/src/right_main.php +++ b/src/right_main.php @@ -59,6 +59,9 @@ do_hook('right_main_after_header'); + if (isset($note)) + echo "
$note

\n"; + if ($just_logged_in == true) { $just_logged_in = false; @@ -115,4 +118,4 @@ bgcolor=""> ?> - \ No newline at end of file + -- 2.25.1