updated to the new Pikotools api (new Space struct)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (c) 2012-2015, Tomasz Sowa
|
||||
* Copyright (c) 2012-2021, Tomasz Sowa
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@@ -52,7 +52,7 @@ void env_str(Info & i)
|
||||
User * puser = cur->session->puser;
|
||||
|
||||
if( puser )
|
||||
puser->env.Serialize(i.out, true, false);
|
||||
puser->env.serialize_to_space_stream(i.out, true);
|
||||
}
|
||||
|
||||
|
||||
@@ -105,7 +105,7 @@ void env_admin_str(Info & i)
|
||||
User * puser = cur->session->puser;
|
||||
|
||||
if( puser )
|
||||
puser->aenv.Serialize(i.out, true, false);
|
||||
puser->aenv.serialize_to_space_stream(i.out, true);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user