Quantcast
Channel: さんきゅう堂 » mail
Viewing all articles
Browse latest Browse all 2

Maia Mailguard Changeset 1202

$
0
0

http://www.maiamailguard.com/maia/changeset/1202


“total_spam_items as s, total_fp_items as fp, total_fn_items as fn, total_virus_items as v, total_bad_header_items as bh, total_banned_file_items as bf, ” .
“total_oversized_items as os ” .
“FROM maia_stats ” .
“WHERE user_id = ?”;
$sth = $dbh->query($select, $id);
}



“total_spam_items as s, total_fp_items as fp, total_fn_items as fn, total_virus_items as v, total_bad_header_items as bh, total_banned_file_items as bf, ” .
“total_oversized_items as os ” .
“FROM maia_stats LEFT JOIN users ON users.id = maia_stats.user_id ” .
“WHERE maia_user_id = ?”;
$sth = $dbh->query($select, $id);
}


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images