summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mysql.c4
-rw-r--r--version.log5
2 files changed, 6 insertions, 3 deletions
diff --git a/mysql.c b/mysql.c
index e04d2b75e..da3ca2052 100644
--- a/mysql.c
+++ b/mysql.c
@@ -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',"
@@ -468,7 +468,7 @@ void db_mysql_save_cs_info(ChannelInfo * ci)
",last_topic_time,flags,forbidby,forbidreason,bantype,accesscount,akickcount"
",mlock_on,mlock_off,mlock_limit,mlock_key,mlock_flood,mlock_redirect,"
"entry_message,botnick,botflags,bwcount,capsmin,capspercent,floodlines,"
- "floodsecs,repeattimes,active) VALUES ('%s','%s','%s','%s','%s','%s','%s'"
+ "floodsecs,repeattimes,active) VALUES ('%s','%s','%s',%s,'%s','%s','%s'"
",'%d','%d','%s','%s','%d','%d','%s','%s','%d','%d','%d','%d','%d','%d',"
"'%s','%s','%s','%s','%s','%d','%d','%d','%d','%d','%d','%d','1')",
ciname,
diff --git a/version.log b/version.log
index be2d81f10..c234f5e6e 100644
--- a/version.log
+++ b/version.log
@@ -8,11 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="1"
-VERSION_BUILD="54"
+VERSION_BUILD="55"
VERSION_EXTRA=""
# $Log$
#
+# BUILD : 1.7.1 (55)
+# NOTES : One last try to fix the MySQL password saves... omg.
+#
# BUILD : 1.7.1 (54)
# NOTES : Added one more fix for MySQL nick password.
#