query error
This commit is contained in:
@@ -439,7 +439,7 @@ long WrenchFamilyTransferStart(CVars in, CVars &out){
|
|||||||
// lets get the parent wallet too
|
// lets get the parent wallet too
|
||||||
load_db_record(out,"SELECT w.amount AS origing_current_balance,w.uid AS origing_wallet_uid,w.transfer_limit AS origing_transfer_limit "
|
load_db_record(out,"SELECT w.amount AS origing_current_balance,w.uid AS origing_wallet_uid,w.transfer_limit AS origing_transfer_limit "
|
||||||
"FROM members_wallet w "
|
"FROM members_wallet w "
|
||||||
"WHERE w.member_id = %lu AND w.currency='%s' ORDER BY c.lorder DESC", in["member_id"].Long(), out["currency"].c_str());
|
"WHERE w.member_id = %lu AND w.currency='%s'", in["member_id"].Long(), out["currency"].c_str());
|
||||||
}
|
}
|
||||||
ret = PHP_API_OK;
|
ret = PHP_API_OK;
|
||||||
out["status"] = "OK";
|
out["status"] = "OK";
|
||||||
|
|||||||
Reference in New Issue
Block a user