]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-admins_contct.php
Renamed ifSqlHasZeroNums() to ifSqlHasZeroNumRows() and improved some queries.
[mailer.git] / inc / modules / admin / what-admins_contct.php
index 36f8b9a8e7e000bdbbdefe9662108839e17a68b5..bce5b23e2e0bfc2db0edec4dfafd0ffe885c9949 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 - 2015 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -59,7 +59,7 @@ if ((isFormSent()) && (isGetRequestElementSet('id'))) {
        $content['id'] = getRequestElement('id');
 
        // Load main form
-       loadTemplate('admin_admins_contct_form', false, $content);
+       loadTemplate('admin_admins_contct_form', FALSE, $content);
 } else {
        // Please select an admin!
        addAdminSelectionBox();