[9756] Avoid database query on tutorial save by caching tutorial state.

Signed-off-by: hunuza <hunuza@gmail.com>
This commit is contained in:
hunuza 2010-04-17 16:34:32 +02:00
parent ae9985e778
commit a502d1eb78
3 changed files with 38 additions and 37 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9755"
#define REVISION_NR "9756"
#endif // __REVISION_NR_H__