From e5549057abc64f86547384d7c06f99614332c0f4 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Sun, 14 Oct 2007 17:31:23 +0000 Subject: Moving menus to unorderded lists. CSS still need a few changes, but this is waiting on permission to use nice + and - graphics. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1752 4979c152-3d1c-0410-bac9-87ea11338e46 --- LedgerSMB.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LedgerSMB.pm') diff --git a/LedgerSMB.pm b/LedgerSMB.pm index b754e8d0..f0e11c11 100755 --- a/LedgerSMB.pm +++ b/LedgerSMB.pm @@ -193,7 +193,7 @@ sub new { $self->_db_init; if ($self->is_run_mode('cgi', 'mod_perl')) { - #check for valid session unless this is an iniital authentication + #check for valid session unless this is an inital authentication #request -- CT if (!Session::session_check( $cookie{"LedgerSMB"}, $self) ) { $self->_get_password("Session Expired"); -- cgit v1.2.3