summaryrefslogtreecommitdiff
path: root/mysql.c
diff options
context:
space:
mode:
authordane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-04-16 18:28:50 +0000
committerdane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-04-16 18:28:50 +0000
commit632a8f669c302a6920445c76325eee6ada08613b (patch)
tree34b3fe9d676f113d4283a464429cc4f5ffad32c9 /mysql.c
parentc8f9be6cb6bf0b5ac2e68651841be6c02b554100 (diff)
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
Diffstat (limited to 'mysql.c')
-rw-r--r--mysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql.c b/mysql.c
index da3ca2052..b52524d36 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',"