[Rt-commit] r7903 - in rt/branches/3.7-EXPERIMENTAL-TUNIS:
html/SelfService
clsung at bestpractical.com
clsung at bestpractical.com
Tue May 22 02:00:08 EDT 2007
Author: clsung
Date: Tue May 22 02:00:07 2007
New Revision: 7903
Modified:
rt/branches/3.7-EXPERIMENTAL-TUNIS/ (props changed)
rt/branches/3.7-EXPERIMENTAL-TUNIS/html/SelfService/Error.html
Log:
r1083 at going04: clsung | 2007-05-22 14:00:20 +0800
- fix warning for undef $Details
$RT::Logger->error("WebRT: $Why ($Details)");
Modified: rt/branches/3.7-EXPERIMENTAL-TUNIS/html/SelfService/Error.html
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-TUNIS/html/SelfService/Error.html (original)
+++ rt/branches/3.7-EXPERIMENTAL-TUNIS/html/SelfService/Error.html Tue May 22 02:00:07 2007
@@ -66,5 +66,6 @@
</%args>
<%INIT>
+$Details ||= "No details";
$RT::Logger->error("WebRT: $Why ($Details)");
</%INIT>
More information about the Rt-commit
mailing list