From efe94e8ebbbc08f3cd223656af630f0a8cf591a3 Mon Sep 17 00:00:00 2001 From: lbergman Date: Fri, 4 Aug 2000 19:29:44 +0000 Subject: [PATCH] Added hook at the bottom named addressbook_bottom for import plugin. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@678 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/addressbook.php | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/addressbook.php b/src/addressbook.php index 32f5d9a0..d8c7d453 100644 --- a/src/addressbook.php +++ b/src/addressbook.php @@ -359,13 +359,8 @@ address_form("addaddr", _("Add address"), $defdata); print ""; + // Add hook for anything that wants on the bottom + do_hook("addressbook_bottom"); ?> - - -
- -Import CSV File: - -
-- 2.25.1