added: parameters consist of a name and a value now
sample: /dir/dir2/function/paramname:paramvalue removed: TemplatesMisc namespace git-svn-id: svn://ttmath.org/publicrep/winix/trunk@618 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -23,7 +23,7 @@ void Content::FunNode()
|
||||
return;
|
||||
}
|
||||
|
||||
long id = atol( request.param_table[0]->c_str() );
|
||||
long id = atol( request.param_table[0].name.c_str() );
|
||||
|
||||
RedirectTo(id);
|
||||
}
|
||||
|
Reference in New Issue
Block a user