Give main abook form a name
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 7 May 2008 19:52:24 +0000 (19:52 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 7 May 2008 19:52:24 +0000 (19:52 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13111 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/addressbook.php

index 302170fb879d6c761e5d7f5edf04e0b435b71429..9a1ced25a9d4966cec17b26bef9a70adedd2a352 100644 (file)
@@ -259,7 +259,7 @@ while (list($k, $backend) = each ($abook->backends)) {
 
 
 if ($showaddrlist) {
-    echo addForm($form_url, 'post');
+    echo addForm($form_url, 'post', 'address_book_form');
     
     $oTemplate->assign('addresses', $addresses);
     $oTemplate->assign('current_backend', $current_backend);