diff options
Diffstat (limited to 'mysql.c')
-rw-r--r-- | mysql.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'," |