From 5e662037861ddc905d1d8eda033b4d41db0ae108 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Tue, 28 Aug 2007 19:18:09 +0000 Subject: [PATCH] Fix PHP notice git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12611 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- templates/default_advanced/page_header.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/default_advanced/page_header.tpl b/templates/default_advanced/page_header.tpl index 4befc0d2..d85ef9b9 100644 --- a/templates/default_advanced/page_header.tpl +++ b/templates/default_advanced/page_header.tpl @@ -134,8 +134,10 @@ $help_link = makeInternalLink ('src/help.php', $help_str); { document.location = page_load_uri; } function refresh_message_list() { + if (typeof(parent.right.delayed_page_load) != 'undefined') parent.right.delayed_page_load(""); + }