From 45e0256a3def8bfc85aa17144472363643bd88b1 Mon Sep 17 00:00:00 2001 From: miker Date: Wed, 19 Nov 2008 15:36:27 +0000 Subject: [PATCH] removal of the supercat "help" easter egg. kudos to Brandon Uhlman! git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2_3@11267 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm index 313b7ebe3c..140ef2244d 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm @@ -958,21 +958,6 @@ sub opensearch_feed { } my $flesh_feed = ($type =~ /-full$/o) ? 1 : 0; - if ($terms eq 'help') { - print $cgi->header(-type => 'text/html'); - print <<" HTML"; - - - just type something! - - -

You are in a maze of dark, twisty stacks, all alike.

- - - HTML - return Apache2::Const::OK; - } - $terms = decode_utf8($terms); $lang = 'eng' if ($lang eq 'en-US'); -- 2.11.0