fixing pod.
This commit is contained in:
parent
bd62a8544d
commit
f22be087f1
1 changed files with 5 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ sub isAdminOn {
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
|
|
||||||
=head2 new ( session, noFuss )
|
=head2 new ( session, sessionId, noFuss )
|
||||||
|
|
||||||
Constructor. Returns a var object.
|
Constructor. Returns a var object.
|
||||||
|
|
||||||
|
|
@ -155,6 +155,10 @@ Constructor. Returns a var object.
|
||||||
|
|
||||||
A reference to the session.
|
A reference to the session.
|
||||||
|
|
||||||
|
=head3 sessionId
|
||||||
|
|
||||||
|
The specific sessionId you want to instantiate.
|
||||||
|
|
||||||
=head3 noFuss
|
=head3 noFuss
|
||||||
|
|
||||||
A boolean, that if true will not update the session, or check if it's expired. This is mainly for WebGUI session maintenance, and shouldn't normally be used by anyone.
|
A boolean, that if true will not update the session, or check if it's expired. This is mainly for WebGUI session maintenance, and shouldn't normally be used by anyone.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue