[interchange-cvs] interchange - racke modified scripts/interchange.PL

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Mon May 20 11:19:00 2002


User:      racke
Date:      2002-05-20 15:18:43 GMT
Modified:  scripts  interchange.PL
Log:
merged changes 2.7.2.11 vs 2.7.2.13
+++ 2.7.2.13 +++
write log file entry on errors during form action processing
+++ 2.7.2.12 +++
Global configuration directive LockType works now as advertised in the
documentation.

Revision  Changes    Path
2.29      +2 -1      interchange/scripts/interchange.PL


rev 2.29, prev_rev 2.28
Index: interchange.PL
===================================================================
RCS file: /anon_cvs/repository/interchange/scripts/interchange.PL,v
retrieving revision 2.28
retrieving revision 2.29
diff -u -r2.28 -r2.29
--- interchange.PL	10 May 2002 19:46:51 -0000	2.28
+++ interchange.PL	20 May 2002 15:18:43 -0000	2.29
@@ -50,7 +50,7 @@
 #
 # Interchange version 4.9.0
 #
-# $Id: interchange.PL,v 2.28 2002/05/10 19:46:51 kwalsh Exp $
+# $Id: interchange.PL,v 2.29 2002/05/20 15:18:43 racke Exp $
 #
 # Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
 #
@@ -1474,6 +1474,7 @@
 			;
 		$template = get_locale_message(500, $template, $err);
 		$template .= "($err)";
+		::logError($err);
 		::response($template);
 	}