Replacing tabs with spaces, trimming white space at EOL and newline at EOF
[squirrelmail.git] / plugins / abook_take / functions.php
index f91814faeda8b263da030f4ff28d5bbac2d2c6af..536bf18df0d9562cfc3b9172341bf512ae28046f 100644 (file)
@@ -13,7 +13,7 @@
  * @subpackage abook_take
  */
 
-/* SquirrelMail required files. */
+/** SquirrelMail required files. */
 require_once(SM_PATH . 'functions/url_parser.php');
 require_once(SM_PATH . 'functions/forms.php');
 
@@ -70,7 +70,7 @@ function abook_take_read()
         abook_take_read_array($message->rfc822_header->to);
 
     echo addSubmit(_("Take Address")) .
-         '</center>';
+         '</center></form>';
 }
 
 function abook_take_pref()
@@ -99,4 +99,4 @@ function abook_take_save()
         setPref($data_dir, $username, 'abook_take_verify', '');
 }
 
-?>
+?>
\ No newline at end of file