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

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Thu Jun 17 15:06:41 EDT 2004


User:      kwalsh
Date:      2004-06-17 19:06:41 GMT
Modified:  lib/Vend Tag: STABLE_5_2-branch Dispatch.pm
Log:
	* Fixed a namespace error in one of the calls to
	  get_locale_message().  Reported by Carl Bailey.

Revision  Changes    Path
No                   revision



No                   revision



1.36.2.2  +3 -3      interchange/lib/Vend/Dispatch.pm


rev 1.36.2.2, prev_rev 1.36.2.1
Index: Dispatch.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Dispatch.pm,v
retrieving revision 1.36.2.1
retrieving revision 1.36.2.2
diff -u -r1.36.2.1 -r1.36.2.2
--- Dispatch.pm	19 Apr 2004 14:32:59 -0000	1.36.2.1
+++ Dispatch.pm	17 Jun 2004 19:06:41 -0000	1.36.2.2
@@ -1,6 +1,6 @@
 # Vend::Dispatch - Handle Interchange page requests
 #
-# $Id: Dispatch.pm,v 1.36.2.1 2004/04/19 14:32:59 mheins Exp $
+# $Id: Dispatch.pm,v 1.36.2.2 2004/06/17 19:06:41 kwalsh Exp $
 #
 # Copyright (C) 2002-2003 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.36.2.1 $, 10);
+$VERSION = substr(q$Revision: 1.36.2.2 $, 10);
 
 use POSIX qw(strftime);
 use Vend::Util;
@@ -1279,7 +1279,7 @@
 Too many new ID assignments for this IP address. Please wait at least %d hours
 before trying again. Only waiting that period will allow access. Terminating.
 EOF
-				$msg = Vend::Page::get_locale_message(403, $msg);
+				$msg = get_locale_message(403, $msg);
 				do_lockout($msg);
 				$Vend::StatusLine = <<EOF;
 Status: 403 Forbidden








More information about the interchange-cvs mailing list