1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 17:43:13 +02:00

BUILD : 1.7.17 (1203) BUGS : NOTES : Small MySQL fix which should have already been in

git-svn-id: svn://svn.anope.org/anope/trunk@1203 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@922 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-12-09 23:15:14 +00:00
parent 10aac18c8e
commit bcd28b951d
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -899,7 +899,7 @@ void db_mysql_save_news(NewsItem * ni)
q_text = db_mysql_quote(ni->text);
q_who = db_mysql_quote(ni->who);
db_mysql_try("UPDATE anope_os_news SET ntext = '%s', who = '%s' "
db_mysql_try("UPDATE anope_os_news SET ntext = '%s', who = '%s', "
"active = 1 WHERE type = %d AND num = %d AND `time` = %d",
q_text, q_who, ni->type, ni->num, (int) ni->time);
if (mysql_affected_rows(mysql) == 0) {
+5 -1
View File
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="17"
VERSION_EXTRA="-svn"
VERSION_BUILD="1202"
VERSION_BUILD="1203"
# $Log$
#
# BUILD : 1.7.17 (1203)
# BUGS :
# NOTES : Small MySQL fix which should have already been in
#
# BUILD : 1.7.17 (1202)
# BUGS : 640
# NOTES : Fixed langfiles having CHANAKILL instead of CHANKILL in the chankill syntax lines