speed improvements
[squirrelmail.git] / src / options_identities.php
index 2bbc14da0414f0a8bf7d0cc477d88f70bfe3896e..875cddfffa7012f9d7cc4e1d1429be4ca40be685 100644 (file)
@@ -19,6 +19,15 @@ require_once(SM_PATH . 'include/validate.php');
 require_once(SM_PATH . 'functions/display_messages.php');
 require_once(SM_PATH . 'functions/html.php');
 
+/* POST data var names are dynamic because 
+   of the possible multiple idents so lets get
+   them all
+*/
+if (!empty($_POST)) {
+    extract($_POST);
+}
+/* got 'em all */
+
     if (isset($return)) {
        SaveUpdateFunction();
        header('Location: options_personal.php');