--- innwebd/innd.cpp 2004/07/04 21:54:39 1.8 +++ innwebd/innd.cpp 2004/07/04 22:15:25 1.9 @@ -156,7 +156,7 @@ int innd::cmd_list(void) sql = "select * from innd_conf order by `group`"; - RS.Open(CRecordset::snapshot,sql,CRecordset:forwardOnly | CRecordsset::readOnly); + RS.Open(CRecordset::snapshot,sql,CRecordset::forwardOnly | CRecordset::readOnly); while(!RS.IsEOF()) { RS.GetFieldValue("group",dbVar,SQL_C_CHAR);