[open-ils-commits] r11263 - trunk/Open-ILS/src/perlmods/OpenILS/WWW

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Nov 19 10:34:07 EST 2008


Author: miker
Date: 2008-11-19 10:34:03 -0500 (Wed, 19 Nov 2008)
New Revision: 11263

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm
Log:
removal of the supercat "help" easter egg. kudos to Brandon Uhlman!

Modified: trunk/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm	2008-11-19 01:48:20 UTC (rev 11262)
+++ trunk/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm	2008-11-19 15:34:03 UTC (rev 11263)
@@ -1040,21 +1040,6 @@
 	}
 	my $flesh_feed = ($type =~ /-full$/o) ? 1 : 0;
 
-	if ($terms eq 'help') {
-		print $cgi->header(-type => 'text/html');
-		print <<"		HTML";
-			<html>
-			 <head>
-			  <title>just type something!</title>
-			 </head>
-			 <body>
-			  <p>You are in a maze of dark, twisty stacks, all alike.</p>
-			 </body>
-			</html>
-		HTML
-		return Apache2::Const::OK;
-    }
-	
 	$terms = decode_utf8($terms);
 	$lang = 'eng' if ($lang eq 'en-US');
 



More information about the open-ils-commits mailing list