: q{};
C4::Search::History::delete(
{
id => [ $cgi->param('id') ],
userid => $loggedinuser,
}
);
# Redirecting to this same url so the user won't see the search history link in the header
if ( @id ) {
} else {
-