From 6c31f818f42a3fac4d8ae7712ce17cd9a88df414 Mon Sep 17 00:00:00 2001 From: stekkel Date: Tue, 20 Aug 2002 08:26:10 +0000 Subject: [PATCH] enable hook html_top git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3370 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/read_body.php b/src/read_body.php index 7f91f99d..bbfbd21f 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -598,7 +598,7 @@ if (isset($passed_ent_id) && $passed_ent_id) { } $header = $message->header; -//do_hook('html_top'); +do_hook('html_top'); /* ============================================================================= * block for handling incoming url vars -- 2.25.1