From: Moritz Bunkus Date: Tue, 17 May 2011 09:46:58 +0000 (+0200) Subject: auto_restore ist gar nicht implementiert X-Git-Tag: release-2.6.3~25^2~19^2~2 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=cdaddc5ab3c569585e39ee9e3f11260ae2336fea;p=kivitendo-erp.git auto_restore ist gar nicht implementiert --- diff --git a/SL/Auth.pm b/SL/Auth.pm index 2c4653b95..6fb66c482 100644 --- a/SL/Auth.pm +++ b/SL/Auth.pm @@ -701,7 +701,6 @@ sub create_unique_sesion_value { $self->{unique_counter}++; $value = { expiration => $params{expiration} ? ($now[0] + $params{expiration}) * 1000000 + $now[1] : undef, - no_auto => !$params{auto_restore}, data => $value, }; @@ -1183,11 +1182,6 @@ If C<$params{expiration}> is set then it is interpreted as a number of seconds after which the value is removed from the session. It will never expire if that parameter is falsish. -If C<$params{auto_restore}> is trueish then the value will be copied -into C<$::form> upon the next request automatically. It defaults to -C and has therefore different behaviour than -L. - Returns the key created in the session. =item C