some ezc functions from templates/item.cpp moved to Item and ItemContent
methods HasAccess() HasReadAccess() and similar moved from System to Item and ItemContent
This commit is contained in:
@@ -155,6 +155,7 @@ void print_user_name(Info & i, User & user)
|
||||
}
|
||||
|
||||
|
||||
// IMPROVEME move me to User class
|
||||
void print_user_name(Info & i, User * puser, const std::wstring & guest_name)
|
||||
{
|
||||
if( puser )
|
||||
|
||||
Reference in New Issue
Block a user