adding comments near addressbook_bottom hook
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 15 Oct 2004 09:16:50 +0000 (09:16 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 15 Oct 2004 09:16:50 +0000 (09:16 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8183 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/addressbook.php

index 3a4d24d92f4e386345da551a0e59566be9079554..1a88eb23ed0fc9d47953afe6d4b6d0c156decfb2 100644 (file)
@@ -372,6 +372,8 @@ abook_create_form($form_url,'addaddr',_("Add to address book"),_("Add address"),
 echo "</form>\n";
 
 /* Add hook for anything that wants on the bottom */
+echo "<!-- start of addressbook_bottom hook-->\n";
 do_hook('addressbook_bottom');
+echo "\n<!-- end of addressbook_bottom hook-->\n";
 ?>
 </body></html>