remove tabs
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 9 Oct 2004 08:14:06 +0000 (08:14 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 9 Oct 2004 08:14:06 +0000 (08:14 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8167 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/addressbook.php

index 4a0706f0e134b6fdb30a7826adda687d9e862438..3a4d24d92f4e386345da551a0e59566be9079554 100644 (file)
@@ -156,7 +156,7 @@ if(sqgetGlobalVar('REQUEST_METHOD', $req_method, SQ_SERVER) && $req_method == 'P
                         $olddata = $abook->lookup($enick, $ebackend);
 
                         /* Display the "new address" form */
-                       abook_create_form($form_url,'editaddr',_("Update address"),_("Update address"),$olddata);
+                        abook_create_form($form_url,'editaddr',_("Update address"),_("Update address"),$olddata);
                         echo addHidden('oldnick', $olddata['nickname']).
                             addHidden('backend', $olddata['backend']).
                             addHidden('doedit', '1').
@@ -182,7 +182,7 @@ if(sqgetGlobalVar('REQUEST_METHOD', $req_method, SQ_SERVER) && $req_method == 'P
                                     'center', '', 'width="100%"' );
 
                             /* Display the "new address" form again */
-                           abook_create_form($form_url,'editaddr',_("Update address"),_("Update address"),$newdata);
+                            abook_create_form($form_url,'editaddr',_("Update address"),_("Update address"),$newdata);
                             echo addHidden('oldnick', $oldnick).
                                 addHidden('backend', $backend).
                                 addHidden('doedit',  '1').