Quates error
This commit is contained in:
@@ -317,7 +317,7 @@ long getBankCombo( CVars in, CVars &out ) {
|
||||
const PGresult *res;
|
||||
res = pgsql_query("SELECT code,name "
|
||||
"FROM bank_entity_codes "
|
||||
"WHERE country ='%s' ORDER BY name ASC",in['country'].c_str());
|
||||
"WHERE country ='%s' ORDER BY name ASC",in["country"].c_str());
|
||||
|
||||
if (res != NULL && pgsql_num_rows(res) > 0) {
|
||||
out["total_record"] = pgsql_num_rows(res);
|
||||
|
||||
Reference in New Issue
Block a user