From 86838bead1b90450d4dd524856dab959050b976b Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 19 Dec 2006 01:58:46 +0000 Subject: [PATCH] Fixed bug am48294 --- plugins/include/sqlx.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/sqlx.inc b/plugins/include/sqlx.inc index 199686bf..1b8bf284 100644 --- a/plugins/include/sqlx.inc +++ b/plugins/include/sqlx.inc @@ -318,7 +318,7 @@ stock Handle:SQL_MakeStdTuple() get_cvar_string("amx_sql_type", set_type, 11) get_cvar_string("amx_sql_db", db, 127) - SQL_GetAffinity(get_type, 12) + SQL_GetAffinity(get_type, 11) if (!equali(get_type, set_type)) {