Add Db::QueryBool() and some code style updates

This commit is contained in:
Alex Cabal 2024-09-15 13:50:13 -05:00
parent 854ec6b9df
commit 44901cf3e2
9 changed files with 100 additions and 77 deletions

View file

@ -18,5 +18,3 @@ if(sizeof($pendingPayments) > 0){
$em->TextBody = Template::EmailAdminUnprocessedDonationsText();
$em->Send();
}
?>