Implemented security token system. (Secunia Advisory SA34627)
[squirrelmail.git] / functions / addressbook.php
index f8589a2f9acea68cef2cbe407c301d0cdbfa448f..8e6753dd6e7533c3cfb5babfe38e7075d59d873d 100644 (file)
@@ -192,7 +192,7 @@ function abook_create_form($form_url, $name, $title, $button,
 
     global $oTemplate;
 
-    $output = addForm($form_url, 'post', 'f_add');
+    $output = addForm($form_url, 'post', 'f_add', '', '', array(), TRUE);
 
     if ($button == _("Update address")) {
         $edit = true;