From 777e5d53cd497571b5d8bf57feec0194d22c599f Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 17 Mar 2010 09:15:45 -0400 Subject: [PATCH] fix typo in variable name Signed-off-by: Galen Charlton --- C4/Auth.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/C4/Auth.pm b/C4/Auth.pm index 2ed737096b..d745b63f2e 100755 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -121,7 +121,7 @@ C4::Auth - Authenticates Koha users =cut -my $SERCH_HISTORY_INSERT_SQL =<prepare($SERCH_HISTORY_INSERT_SQL); + my $sth = $dbh->prepare($SEARCH_HISTORY_INSERT_SQL); $sth->execute( $borrowernumber, $in->{'query'}->cookie("CGISESSID"), $_->{'query_desc'}, -- 2.39.2