X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fearning_functions.php;h=2507db9257217a797418e675f9a86386c586fdbe;hb=09724fc2a10f1b03c05fe3f176d8642272612baf;hp=0209841f569ab7b518e1de70914046ea1c8a38fc;hpb=20741b93fd58620af677a7f1039ffd16ea6ec689;p=mailer.git diff --git a/inc/libs/earning_functions.php b/inc/libs/earning_functions.php index 0209841f56..2507db9257 100644 --- a/inc/libs/earning_functions.php +++ b/inc/libs/earning_functions.php @@ -153,7 +153,7 @@ function updateMemberEarning ($earningId, $dailyAmount, $isActive = 'Y') { // Does the user cancel the earning? if ($isActive == 'N') { // Then update cancellation timestamp as well - $moreSql = ', `earning_canceled`=NOW()'; + $moreSql = ',`earning_canceled`=NOW()'; } // END - if // Update database record