use timeupdated field in paypal table MDL-7555

This commit is contained in:
skodak
2006-11-14 21:29:57 +00:00
parent 919da6579c
commit 470accb7af
+1
View File
@@ -41,6 +41,7 @@
$data->courseid = (int)$custom[1];
$data->payment_gross = $data->mc_gross;
$data->payment_currency = $data->mc_currency;
$data->timeupdated = time();
/// get the user and course records