I have forgotten to create classes: Ckeditor and Tinymce (in functions)

git-svn-id: svn://ttmath.org/publicrep/winix/trunk@630 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2010-08-10 17:05:19 +00:00
parent 217cf1420b
commit 76897b8a83
13 changed files with 390 additions and 189 deletions

View File

@@ -99,6 +99,7 @@ void Functions::Create()
Add(fun_cat);
Add(fun_chmod);
Add(fun_chown);
Add(fun_ckeditor);
Add(fun_cp);
Add(fun_createthread);
Add(fun_createticket);
@@ -120,6 +121,7 @@ void Functions::Create()
Add(fun_subject);
Add(fun_thread);
Add(fun_ticket);
Add(fun_tinymce);
Add(fun_uname);
Add(fun_upload);
Add(fun_who);