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

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Fri May 28 12:45:42 EDT 2004


User:      heins
Date:      2004-05-28 16:45:41 GMT
Modified:  lib/Vend Dispatch.pm
Log:
* Correct bogus call to get_locale_message.

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


rev 1.42, prev_rev 1.41
Index: Dispatch.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Dispatch.pm,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- Dispatch.pm	14 May 2004 12:36:43 -0000	1.41
+++ Dispatch.pm	28 May 2004 16:45:39 -0000	1.42
@@ -1,6 +1,6 @@
 # Vend::Dispatch - Handle Interchange page requests
 #
-# $Id: Dispatch.pm,v 1.41 2004/05/14 12:36:43 jon Exp $
+# $Id: Dispatch.pm,v 1.42 2004/05/28 16:45:39 mheins 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.41 $, 10);
+$VERSION = substr(q$Revision: 1.42 $, 10);
 
 use POSIX qw(strftime);
 use Vend::Util;
@@ -1290,7 +1290,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