From: short <> Date: Fri, 16 May 2003 12:33:50 +0000 (+0000) Subject: Temporary disable of $Id$ footers X-Git-Tag: bp_modperl~3 X-Git-Url: http://git.jankratochvil.net/?p=MyWeb.git;a=commitdiff_plain;h=8a2eae10eb64be0c72085508da52ae486f2b30af;ds=sidebyside Temporary disable of $Id$ footers --- diff --git a/Web.pm b/Web.pm index c0d8c3c..663cdb2 100644 --- a/Web.pm +++ b/Web.pm @@ -183,8 +183,10 @@ my($delimit)=@_; exit(1) if $footer_passed++; # deadlock prevention: - print "

 

\n" if $delimit; - print "
\n

$cvs_id_html

\n"; + if (0) { + print "

 

\n" if $delimit; + print "
\n

$cvs_id_html

\n"; + } print "\n"; exit(0); }