mirror of
https://github.com/anope/anope.git
synced 2026-06-12 17:04:47 +02:00
BUILD : 1.7.1 (56) NOTES : Fourth time is a charm? Fixinf MySQL password saves.
git-svn-id: svn://svn.anope.org/anope/trunk@56 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@37 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
c8f9be6cb6
commit
632a8f669c
@@ -416,7 +416,7 @@ void db_mysql_save_cs_info(ChannelInfo * ci)
|
||||
|
||||
/* Let's take care of the core itself */
|
||||
snprintf(sqlcmd, MAX_SQL_BUF,
|
||||
"UPDATE anope_cs_info SET founder=%s,successor='%s',founderpass=%s,"
|
||||
"UPDATE anope_cs_info SET founder='%s',successor='%s',founderpass=%s,"
|
||||
"descr='%s',url='%s',email='%s',time_registered='%d',last_used='%d',"
|
||||
"last_topic='%s',last_topic_setter='%s',last_topic_time='%d',flags='%d',"
|
||||
"forbidby='%s',forbidreason='%s',bantype='%d',accesscount='%d',"
|
||||
|
||||
+4
-1
@@ -8,11 +8,14 @@
|
||||
VERSION_MAJOR="1"
|
||||
VERSION_MINOR="7"
|
||||
VERSION_PATCH="1"
|
||||
VERSION_BUILD="55"
|
||||
VERSION_BUILD="56"
|
||||
VERSION_EXTRA=""
|
||||
|
||||
# $Log$
|
||||
#
|
||||
# BUILD : 1.7.1 (56)
|
||||
# NOTES : Fourth time is a charm? Fixinf MySQL password saves.
|
||||
#
|
||||
# BUILD : 1.7.1 (55)
|
||||
# NOTES : One last try to fix the MySQL password saves... omg.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user