[11254] Really load item text at login.

This fix problem when item with text created but not read before
logout after logout not show text. In most cases this is mail text
copied to inventry. Client cache text in WDB so if open before
logout then item "show" text. If you have items created before
this fix with like problem you need clear WDB cache for fix text
show for item.
This commit is contained in:
VladimirMangos 2011-03-16 02:12:49 +03:00
parent d8b71eade1
commit 7196d81679
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11253"
#define REVISION_NR "11254"
#endif // __REVISION_NR_H__