From: Dobrica Pavlinusic <[email protected]> I checked in C4/Auth and we are using perl time() for comparison with this value.
I also added description of specifying timeout in days which is available in code. Robin Sheat suggested to document just lowercase d for days option, to reduce confusion although uppercase D works as days specifier as well. Signed-off-by: Chris Nighswonger <[email protected]> --- .../prog/en/modules/admin/preferences/admin.pref | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref index 52a9de1..08eb954 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref @@ -52,7 +52,7 @@ Administration: - Automatically log out users after - pref: timeout class: integer - - milliseconds of inactivity. + - seconds of inactivity. Adding d will specify it in days, e.g. 1d is timeout of one day. - - pref: AutoLocation default: 0 -- 1.7.0.4 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
