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:
parent
10aac18c8e
commit
bcd28b951d
+1
-1
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user