From 8811538c2f18d6adbe65d8a0144b3a7671ff9b7d Mon Sep 17 00:00:00 2001 From: tokul Date: Fri, 15 Oct 2004 09:16:50 +0000 Subject: [PATCH] adding comments near addressbook_bottom hook git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8183 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/addressbook.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/addressbook.php b/src/addressbook.php index 3a4d24d9..1a88eb23 100644 --- a/src/addressbook.php +++ b/src/addressbook.php @@ -372,6 +372,8 @@ abook_create_form($form_url,'addaddr',_("Add to address book"),_("Add address"), echo "\n"; /* Add hook for anything that wants on the bottom */ +echo "\n"; do_hook('addressbook_bottom'); +echo "\n\n"; ?> -- 2.25.1