From 0b5c02f6784ebeaa101bb66a3bd9d8d9d0416c41 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 1 Sep 2004 20:58:03 +0000 Subject: [PATCH] fixed warning --- 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 91c3237f..bbf9eaf9 100755 --- a/plugins/include/dbi.inc +++ b/plugins/include/dbi.inc @@ -77,7 +77,7 @@ native dbi_free_result(&Result:result); * mark the handle as free, so this particular handle may * be re-used in the future to save time. */ -native dbi_close(&Sql:sql); +native dbi_close(&Sql:_sql); /* Returns an error message set. For PGSQL and MySQL, * this is a direct error return from the database handle/API.