On 30 Nov 2004, at 12:34, Jan Bauer Nielsen wrote:

sub insert {
    my ($id, $query) = @_;

eval {
my $history = new Find::Repository::SearchHistory();
my $cfg = Apache::ModuleConfig->get(AxKit::Apache->request(), "Find::Setup");


        $history->add_entry($id, $query);
    };

Try adding in an AxKit::Debug(10, "after eval: $@") to see if $@ gets set at all.



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to