closing form tag. thanks to Gunnar Wagenknecht.
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 27 Sep 2004 14:22:11 +0000 (14:22 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 27 Sep 2004 14:22:11 +0000 (14:22 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8078 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/abook_take/functions.php

index 9f1ae03b45adabca0f81ac9bc188ad9ad9e2cecb..59c64a4cfd2669860bdf520f7db845b4e80bb865 100644 (file)
@@ -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()