fixing pod.

This commit is contained in:
Matthew Wilson 2006-03-17 18:52:16 +00:00
parent bd62a8544d
commit f22be087f1

View file

@ -147,7 +147,7 @@ sub isAdminOn {
#-------------------------------------------------------------------
=head2 new ( session, noFuss )
=head2 new ( session, sessionId, noFuss )
Constructor. Returns a var object.
@ -155,6 +155,10 @@ Constructor. Returns a var object.
A reference to the session.
=head3 sessionId
The specific sessionId you want to instantiate.
=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.