added: mount points have parameters now

added: to the database: table 'thread'



git-svn-id: svn://ttmath.org/publicrep/cmslu/trunk@499 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2009-04-20 23:49:28 +00:00
parent e94ccc86f8
commit f46677dfc0
24 changed files with 787 additions and 366 deletions

View File

@@ -73,6 +73,8 @@ class Content
long PostFunDefaultParsePath();
void PostFunDefault();
void PostFunPriv();
bool FunCreateThreadCheckAccess();
void PostFunCreateThread();
void RedirectTo(const Item & item);
@@ -82,6 +84,7 @@ public:
bool Init();
void ReadAdditionalInfo();
void Make();