Changeset 2766
- Timestamp:
- 03/04/10 21:24:50 (2 years ago)
- Files:
-
- trunk/customer/checkout_process.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/customer/checkout_process.php
r2765 r2766 463 463 464 464 $next_bill_date = date("Y-m-d",strtotime("$next_limite_pay_date - $billdaybefor_anniversery day")) ; 465 $QUERY = "UPDATE cc_card SET status=1 WHERE id=$id";465 $QUERY = "UPDATE cc_card SET status=1 WHERE id=$id"; 466 466 $result = $instance_table->SQLExec($DBHandle, $QUERY, 0); 467 467 write_log(LOGFILE_EPAYMENT, basename(__FILE__).' line:'.__LINE__."- QUERY : $QUERY - RESULT : $result"); … … 471 471 $instance_table->SQLExec($DBHandle, $QUERY, 0); 472 472 }else{ 473 $QUERY = "UPDATE cc_card SET status=1 WHERE id=$id";473 $QUERY = "UPDATE cc_card SET status=1 WHERE id=$id"; 474 474 $result = $instance_table->SQLExec($DBHandle, $QUERY, 0); 475 475 write_log(LOGFILE_EPAYMENT, basename(__FILE__).' line:'.__LINE__."- QUERY : $QUERY - RESULT : $result");
