fixed a silly row bug

This commit is contained in:
David Anderson 2006-06-09 08:47:52 +00:00
parent a19b00fd2f
commit 6b80e9e8d2

View File

@ -117,6 +117,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 {