--- innwebd/base.cpp 2004/08/02 19:47:45 1.7 +++ innwebd/base.cpp 2004/08/10 19:54:16 1.8 @@ -283,7 +283,7 @@ int base::bbs_post(const CString& head, "]¿´¿´[/url]¡¶%s¡·°É£¡\n",rid,addslashes(subject)); RS.GetFieldValue("UID",dbVar,SQL_C_SLONG); - sql.Format("insert into bbs_msg(fromUID,toUID,ntent,send_dt,send_ip)" + sql.Format("insert into bbs_msg(fromUID,toUID,content,send_dt,send_ip)" " values(%ld,%ld,'%s',now(),'%s')", this->innd_uid,dbVar.m_lVal,addslashes(msg_content),this->hostaddr); this->Db.ExecuteSQL(sql);