]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-payments.php
Fix for missing mail data
[mailer.git] / inc / modules / admin / what-payments.php
index abd2e1fcf302810a27bb9a3480b7fe255871b0ec..436eebd078c16099a5d54a88ffc022ffd293d9e6 100644 (file)
@@ -113,11 +113,11 @@ if (isFormSent()) {
                SQL_FREERESULT($result);
 
                // Load row template and switch colors
-               $OUT .= loadTemplate('form_submit_payments_row', true, $content);
+               $OUT .= loadTemplate('admin_edit_payments_row', true, $content);
        } // END - foreach
 
        // Load main template
-       loadTemplate('form_submit_payments', false, $OUT);
+       loadTemplate('admin_edit_payments', false, $OUT);
 } else {
        // Referal levels
        $result = SQL_QUERY("SELECT `id`, `time`, `payment`, `mail_title`, `price` FROM `{?_MYSQL_PREFIX?}_payments` ORDER BY `time` ASC", __FILE__, __LINE__);