[open-ils-commits] r11265 - branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/WWW

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


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

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

Modified: branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm
===================================================================
--- branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm	2008-11-19 15:34:24 UTC (rev 11264)
+++ branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm	2008-11-19 15:34:41 UTC (rev 11265)
@@ -958,21 +958,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