From cc24baddd4a099aec10687ccc8bf5e69dbcf22da Mon Sep 17 00:00:00 2001 From: lkehresman Date: Mon, 15 Jan 2001 15:29:09 +0000 Subject: [PATCH] added a hook in header git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@939 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/read_body.php b/src/read_body.php index d73fd0e0..609635c5 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -381,6 +381,7 @@ echo " \n"; echo " \n"; } + do_hook("read_body_header"); echo ""; echo " "; echo ""; -- 2.25.1