]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_sponsor.php
Code-style applied, surfbar URLs can now be edited
[mailer.git] / inc / modules / admin / what-list_sponsor.php
index a753c8d8315afd4e7437c4b7670100e70064f0eb..9135b5b2cd02003e4e9213a37b76438113484c3b 100644 (file)
@@ -52,7 +52,7 @@ WHERE id='%s' LIMIT 1",
                SQL_FREERESULT($result);
 
                // Check if an entry is empty
-               foreach ($DATA as $k=>$v) {
+               foreach ($DATA as $k => $v) {
                        if (empty($v)) $DATA[$k] = "---";
                }