]> git.koha-community.org Git - koha.git/commit
Bug 5066 (Incorrect use of localtime function when calling _session_log) for 3.0...
authorMarcel de Rooy <M.de.Rooy@rijksmuseum.nl>
Wed, 28 Jul 2010 14:01:59 +0000 (14:01 +0000)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Thu, 29 Jul 2010 07:29:27 +0000 (09:29 +0200)
commita6d477d3ed744789598ccb300a7a244cbe2481a7
tree04a907f521206097d0ff2452e8173e1d01e3c4cd
parenta8abc38b6e91d2b6321042647ed8988450df40f9
Bug 5066 (Incorrect use of localtime function when calling _session_log) for 3.0.x only

This patch applies to 3.0.x only and solves a little bug in using the localtime function when writing to tmp/sessionlog. It should be called in scalar context iinstead of list context.
C4/Auth.pm