[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.1-297-g95cc6a3
Kevin Falcone
falcone at bestpractical.com
Mon Aug 15 16:48:53 EDT 2011
The branch, 4.0-trunk has been updated
via 95cc6a3d9a6da954dc9671475d3718e021eaab57 (commit)
from d837b9477f3ac0cfde52904df7a3572c7f06cb25 (commit)
Summary of changes:
share/html/Articles/Article/Edit.html | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 95cc6a3d9a6da954dc9671475d3718e021eaab57
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Mon Aug 15 16:44:30 2011 -0400
Remove a misspelled debug message that snuck in from RTFM
diff --git a/share/html/Articles/Article/Edit.html b/share/html/Articles/Article/Edit.html
index 7c1b9e0..8c6e259 100644
--- a/share/html/Articles/Article/Edit.html
+++ b/share/html/Articles/Article/Edit.html
@@ -152,7 +152,6 @@ elsif ( $id eq 'new' ) {
foreach my $arg (keys %ARGS) {
next if $arg =~ /-(?:Magic|Category)$/;
- $RT::Logger->debug("Conteplating CF arg $arg");
# Object-RT::Article--CustomField-3-Values
if ( $arg =~ /^Object-RT::Article--CustomField-(\d+)(.*?)$/ ) {
my $cfid = $1;
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list