synced fix

This commit is contained in:
David Anderson 2006-06-10 01:34:27 +00:00
parent 6b80e9e8d2
commit deb1b00416

View File

@ -119,6 +119,7 @@ static cell AMX_NATIVE_CALL dbi_query(AMX *amx, cell *params)
oldrs->info = info;
oldrs->pQuery = pQuery;
oldrs->firstCall = true;
hndl = MakeHandle(oldrs, Handle_OldResult, FreeOldResult);
return hndl;
} else {