]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_points.php
MySQLi support added (very basic):
[mailer.git] / inc / modules / admin / what-config_points.php
index e44120d876c36adf60176ca1bd22563866bdcd90..7753f42c2219a2243601a9794c2791522127f3b9 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -95,7 +95,7 @@ WHERE
        } // END - switch
 
        // Is there an array?
-       if ((getRequestElement('sub') != 'points') && (isSqlsValid())) {
+       if ((getRequestElement('sub') != 'points') && (ifSqlsRegistered())) {
                // Default is failed-message
                $message = '<span class="bad">{--SETTINGS_NOT_SAVED--}</span>';