added: function: mkdir

git-svn-id: svn://ttmath.org/publicrep/cmslu/trunk@471 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2008-12-31 13:36:46 +00:00
parent 3e328932fc
commit 114b5724f8
18 changed files with 77 additions and 22 deletions

View File

@@ -66,6 +66,15 @@ void done_loggedout(Info & i)
void done_added_dir(Info & i)
{
i.result = request.session->done == Done::added_dir;
}
} // namespace TemplatesFunctions