mailer project continued:
[mailer.git] / inc / modules / admin / what-config_rewrite.php
index fbdad66842446c4c7a333020b9d0003d027d496e..55439336130c495514a982f83a2540469df3eec8 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -50,9 +50,9 @@ if (isFormSent()) {
                // Now you can never deselect the admin module, bah!!! ;-)
                if (($sel == 'Y') || ($mod == 'admin')) {
                        // Add module to queue
-                       $MODs[] = $mod;
-               }
-       }
+                       array_push($MODs, $mod);
+               } // END - if
+       } // END - foreach
 
        // Implode array to string and remove posted mod array
        setPostRequestElement('rewrite_skip', implode(':', $MODs));