--- innwebd/base.cpp 2004/07/03 13:56:04 1.2 +++ innwebd/base.cpp 2004/07/03 15:10:23 1.3 @@ -281,7 +281,7 @@ int base::bbs_post(const CString& head, RS.GetFieldValue("UID",dbVar,SQL_C_SLONG); sql.Format("insert into bbs_msg(fromUID,toUID,ntent,send_dt,send_ip)" " valulues(%ld,%ld,'%s',now(),'%s')", - this->innd_uid,dbVar.m_lVal,addslashes(msg_connt),ththis->hostaddr); + this->innd_uid,dbVar.m_lVal,addslashes(msg_content),this->hostaddr); this->Db.ExecuteSQL(sql); } }