[interchange-cvs] interchange - kwalsh modified lib/Vend/Dispatch.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Thu Jul 5 20:35:18 EDT 2007


User:      kwalsh
Date:      2007-07-06 00:35:18 GMT
Modified:  lib/Vend Dispatch.pm
Log:
    * Typo in the last commit.  I used if_yes() instead of is_yes() in
      one of the changes.  This was tested on another server, and then the
      changes copied manually before committing, instead of copying the
      entire file over.  Oops.

Revision  Changes    Path
1.82      +3 -3      interchange/lib/Vend/Dispatch.pm


rev 1.82, prev_rev 1.81
Index: Dispatch.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Dispatch.pm,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- Dispatch.pm	5 Jul 2007 22:52:19 -0000	1.81
+++ Dispatch.pm	6 Jul 2007 00:35:18 -0000	1.82
@@ -1,6 +1,6 @@
 # Vend::Dispatch - Handle Interchange page requests
 #
-# $Id: Dispatch.pm,v 1.81 2007/07/05 22:52:19 kwalsh Exp $
+# $Id: Dispatch.pm,v 1.82 2007/07/06 00:35:18 kwalsh Exp $
 #
 # Copyright (C) 2002-2006 Interchange Development Group
 # Copyright (C) 2002 Mike Heins <mike at perusion.net>
@@ -26,7 +26,7 @@
 package Vend::Dispatch;
 
 use vars qw($VERSION);
-$VERSION = substr(q$Revision: 1.81 $, 10);
+$VERSION = substr(q$Revision: 1.82 $, 10);
 
 use POSIX qw(strftime);
 use Vend::Util;
@@ -830,7 +830,7 @@
 	my $out = join "", @out;
 	my $filter = $jobscfg->{filter} || 'strip';
 	$out = Vend::Interpolate::filter_value($filter, $out);
-	$out .= full_dump() if if_yes($jobscfg->{add_session});
+	$out .= full_dump() if is_yes($jobscfg->{add_session});
 
 	logError("Finished jobs group=%s pid=$$", $job || 'INTERNAL');
 	








More information about the interchange-cvs mailing list