changed: we do not make a 'base redirect' when the request method is POST
changed: ConfParser -- now we have spaces (only one level) git-svn-id: svn://ttmath.org/publicrep/winix/trunk@767 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -50,7 +50,7 @@ bool GroupInfo::ParseGroups(const std::wstring & str, Groups & groups)
|
||||
{
|
||||
ConfParser::Table::iterator i;
|
||||
|
||||
for(i=conf_parser.table.begin() ; i!=conf_parser.table.end() ; ++i)
|
||||
for(i=conf_parser.space.table.begin() ; i!=conf_parser.space.table.end() ; ++i)
|
||||
{
|
||||
groups.AddGroup();
|
||||
log << log1 << "stworzylem nowa grupe" << logend;
|
||||
|
Reference in New Issue
Block a user