X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-stats.php;h=2dd4cfb4352b454eb5e51b3277977cb7dfb9a151;hp=8b26caedb61913290193d6345bc7d2378f49db64;hb=0f3a135204757cc8750262871c8e62c42300acb4;hpb=f56e66ab8aa96c783596b0f391bfb252c12db30e;ds=sidebyside diff --git a/inc/modules/member/what-stats.php b/inc/modules/member/what-stats.php index 8b26caedb6..2dd4cfb435 100644 --- a/inc/modules/member/what-stats.php +++ b/inc/modules/member/what-stats.php @@ -50,7 +50,7 @@ $main_content = array(); // Load waiting/pending orders $result = SQL_QUERY_ESC("SELECT - `id`, `cat_id`, `payment_id`, `subject`, `url`, `timestamp`, `target_send`, `data_type`, `zip` + `id`,`cat_id`,`payment_id`,`subject`,`url`,`timestamp`,`target_send`,`data_type`,`zip` FROM `{?_MYSQL_PREFIX?}_pool` WHERE @@ -84,7 +84,7 @@ SQL_FREERESULT($result); // Load sent orders $result = SQL_QUERY_ESC("SELECT - `id`, `cat_id`, `payment_id`, `subject`, `url`, `timestamp_ordered`, `max_rec`, `timestamp_send`, `clicks` + `id`,`cat_id`,`payment_id`,`subject`,`url`,`timestamp_ordered`,`max_rec`,`timestamp_send`,`clicks` FROM `{?_MYSQL_PREFIX?}_user_stats` WHERE