db: core/user table has only 'notify' column now (previous was cms_notify, thread_notify)
added: notifications for tickets (not finished yet) git-svn-id: svn://ttmath.org/publicrep/winix/trunk@688 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -105,6 +105,7 @@ public:
|
||||
void SetDb(Db * pdb);
|
||||
void SetSystem(System * psystem);
|
||||
void SetTemplates(Templates * ptemplates);
|
||||
void SetSynchro(Synchro * psynchro);
|
||||
|
||||
FunctionBase * Find(const std::wstring & function_name);
|
||||
Error CheckSpecialFile(const Item & item);
|
||||
@@ -137,6 +138,7 @@ private:
|
||||
Request * request;
|
||||
Db * db;
|
||||
System * system;
|
||||
Synchro * synchro;
|
||||
Templates * templates;
|
||||
|
||||
std::wstring temp;
|
||||
|
||||
Reference in New Issue
Block a user