Configuration of advertisement networks prepared, CSS cleaned up, HTML rewritten:
[mailer.git] / inc / modules / admin / what-del_transfer.php
index c95dc88a107e148472eee5148cc8dff714372bd7..bad875e8c75c47b379b17abea1a9501e07f2c4e2 100644 (file)
@@ -45,7 +45,7 @@ if ((!defined('__SECURITY')) || (!isAdmin())) {
 // Add description as navigation point
 addMenuDescription('admin', __FILE__);
 
-if (isFormSent('del')) {
+if (isFormSent('delete')) {
        // Delete entries from tables
        if (ifPostContainsSelections()) {
                // Init SQLs
@@ -81,7 +81,7 @@ if (!SQL_HASZERONUMS($result)) {
                $content['time_trans'] = generateDateTime($content['time_trans'], 3);
 
                // Load row template
-               $OUT .= loadTemplate('admin_del_transfer_row', true, $content);
+               $OUT .= loadTemplate('admin_delete_transfer_row', true, $content);
 
                // Sum points and switch colors
                $total += $content['points'];