mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 14:25:38 +03:00
Fix stock "SQL_QueryAndIgnore" documentation (#965)
This commit is contained in:
parent
7fef58c374
commit
c58daeafca
@ -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:...)
|
||||
|
Loading…
Reference in New Issue
Block a user