From 8627fe1fa85fb157d0b7b3e10c1fa0a77e86054e Mon Sep 17 00:00:00 2001 From: WildCard65 Date: Fri, 25 Sep 2015 14:44:42 -0400 Subject: [PATCH] Fixed DBResultSet.IsFieldNull --- plugins/include/dbi.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/dbi.inc b/plugins/include/dbi.inc index ee0876a4..078a8172 100644 --- a/plugins/include/dbi.inc +++ b/plugins/include/dbi.inc @@ -223,7 +223,7 @@ methodmap DBResultSet < Handle // @param field The field index (starting from 0). // @return True if data is NULL, false otherwise. // @error Invalid field index, or no current result set. - public native bool IsFieldNull(Handle query, int field); + public native bool IsFieldNull(int field); // Returns the length of a field's data in the current row of a result // set. This only needs to be called for strings to determine how many