mirror of
https://github.com/anope/anope.git
synced 2026-07-05 08:33:12 +02:00
BUILD : 1.7.15 (1137) BUGS : n/a NOTES : Another try at better mysql query.
git-svn-id: svn://svn.anope.org/anope/trunk@1137 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@860 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
d85e7973bd
commit
fee55f4516
@@ -161,6 +161,9 @@ int db_mysql_query(char *sql)
|
||||
return (result);
|
||||
|
||||
}
|
||||
} else {
|
||||
/* Non-error */
|
||||
return (result);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
+5
-1
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
|
||||
VERSION_MINOR="7"
|
||||
VERSION_PATCH="15"
|
||||
VERSION_EXTRA="-svn"
|
||||
VERSION_BUILD="1136"
|
||||
VERSION_BUILD="1137"
|
||||
|
||||
# $Log$
|
||||
#
|
||||
# BUILD : 1.7.15 (1137)
|
||||
# BUGS : n/a
|
||||
# NOTES : Another try at better mysql query.
|
||||
#
|
||||
# BUILD : 1.7.15 (1136)
|
||||
# BUGS : 578
|
||||
# NOTES : fixed bsd compiler warning
|
||||
|
||||
Reference in New Issue
Block a user