]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_register.php
Fixes loading of network type config
[mailer.git] / inc / modules / admin / what-config_register.php
index 4307aa33b6de49be1d108a5b011b2ae29ff4db54..12d75fc4c9b9e7a0cb917693339a0596c069d40d 100644 (file)
@@ -17,7 +17,7 @@
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
- * For more information visit: http://www.mxchange.org                  *
+ * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
  * it under the terms of the GNU General Public License as published by *
@@ -49,7 +49,7 @@ if (isFormSent()) {
        $count = 0;
 
        // Update all entries
-       foreach (postRequestParameter('sel') as $id => $value) {
+       foreach (postRequestElement('sel') as $id => $value) {
                // Update database
                SQL_QUERY_ESC("UPDATE `{?_MYSQL_PREFIX?}_must_register` SET `field_required`='%s' WHERE `id`=%s AND `field_required` != '%s' LIMIT 1",
                        array($value, bigintval($id), $value),__FILE__, __LINE__);
@@ -59,11 +59,11 @@ if (isFormSent()) {
        } // END - foreach
 
        // Output message for updated entries
-       displayMessage(getMaskedMessage('ADMIN_REGISTER_CHANGES_SAVED', $count));
+       displayMessage('{%message,ADMIN_REGISTER_CHANGES_SAVED=' . $count . '%}');
 } // END - if
 
 // List all register values
-$result = SQL_QUERY("SELECT `id`, `field_name`, `field_required` FROM `{?_MYSQL_PREFIX?}_must_register` ORDER BY `id` ASC", __FILE__, __LINE__);
+$result = SQL_QUERY("SELECT `id`,`field_name`,`field_required` FROM `{?_MYSQL_PREFIX?}_must_register` ORDER BY `id` ASC", __FILE__, __LINE__);
 $OUT = '';
 while ($content = SQL_FETCHARRAY($result)) {
        // Get language string