From 8fdc6540ca1537a56c87a43480d9f4edc42c7733 Mon Sep 17 00:00:00 2001 From: FEDERICOMB <41979395+FEDERICOMB96@users.noreply.github.com> Date: Sat, 19 Jun 2021 05:38:25 -0300 Subject: [PATCH] Fix stock "SQL_QueryAndIgnore" documentation (#965) --- 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 1c70f04b..5576f880 100644 --- a/plugins/include/sqlx.inc +++ b/plugins/include/sqlx.inc @@ -519,7 +519,7 @@ stock SQL_SimpleQueryFmt(Handle:db, error[]="", maxlength=0, &rows=0, const fmt[ * @param queryfmt The query string that can be formated with format specifiers. * @pram ... Additional arguments for formating the query. * - * @return 1 on error. + * @return -1 on error. * >= 0 on success (with the number of affected rows). */ stock SQL_QueryAndIgnore(Handle:db, const queryfmt[], any:...)