]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-del_transfer.php
A lot rewrites from double-quote to single-quote, some fixes for extension handling...
[mailer.git] / inc / modules / admin / what-del_transfer.php
index d72b3778793ea078db80917918db0b1b77dffb06..ba95f2ee378dfc10dbb851cd635f0f8f0bad372d 100644 (file)
@@ -43,7 +43,7 @@ if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']) || (!IS_ADMIN())) {
 }
 
 // Add description as navigation point
-ADD_DESCR("admin", __FILE__);
+ADD_DESCR('admin', __FILE__);
 
 if (REQUEST_ISSET_POST('del')) {
        // Delete entries from tables
@@ -70,7 +70,7 @@ $result = SQL_QUERY("SELECT userid, to_uid, trans_id, points, reason, time_trans
 $total = 0;
 if (SQL_NUMROWS($result) > 0) {
        // Output rows
-       $OUT = ""; $SW = 2;
+       $OUT = ''; $SW = 2;
        while ($content = SQL_FETCHARRAY($result)) {
                // Prepare data for the row template
                // @TODO Rewritings: idx->trans_id in template
@@ -97,7 +97,7 @@ if (SQL_NUMROWS($result) > 0) {
        // Nothing for in and out
        $OUT = "<tr>
   <td colspan=\"6\" align=\"center\" class=\"bottom2\" height=\"70\">
-    ".LOAD_TEMPLATE("admin_settings_saved", true, getMessage('TRANSFER_NO_INOUT_TRANSFERS'))."
+    ".LOAD_TEMPLATE('admin_settings_saved', true, getMessage('TRANSFER_NO_INOUT_TRANSFERS'))."
   </td>
 </tr>";
 }