Koha/installer
Chris Cormack df630421c8 Changing sessions table to work with CGI::Session
No longer need all the extra columns, its stored in the a_session, and with CGI::Session
you get back a session object which you can do things like
my $userid = $session->param('userid');

Signed-off-by: kados <jmf@liblime.com>
2007-08-07 13:22:23 -05:00
..
externalmodules.pl changing permissions on templates and scripts 2007-08-07 13:20:51 -05:00
install.pl bug fixing install.pl 2007-07-11 10:27:11 +00:00
InstallAuth.pm changing permissions on templates and scripts 2007-08-07 13:20:51 -05:00
kohastructure.sql Changing sessions table to work with CGI::Session 2007-08-07 13:22:23 -05:00