Duplicate strings. "Modify Server" and "Modify a Server". Leaving only
[squirrelmail.git] / plugins / mail_fetch / fetch.php
index d51fea25b6eebc69e473bd34784dbd4c71e934a2..45807588ae1b202413755fd1190e6a2c760a7ef4 100644 (file)
@@ -114,7 +114,8 @@ sqgetGlobalVar('delimiter',  $delimiter,  SQ_SESSION);
                ) ,
            'center', '', 'width="95%" cols="1"' );
 
-    if (!isset( $server_to_fetch ) ) {
+    // get $server_to_fetch from globals, if not set display a choice to the user
+    if (! sqgetGlobalVar('server_to_fetch', $server_to_fetch, SQ_POST) ) {
         Mail_Fetch_Select_Server($mailfetch);
         exit();
     }