[Rt-commit] rtfm branch, master, updated. 2.4.3-48-g10dead6

Kevin Falcone falcone at bestpractical.com
Mon Aug 15 16:29:58 EDT 2011


The branch, master has been updated
       via  10dead6c272af793689a3bc74328db6f63f539ab (commit)
      from  8bd6e7b4999304eb3521f23de915c05243b15d8e (commit)

Summary of changes:
 html/RTFM/Article/Edit.html |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 10dead6c272af793689a3bc74328db6f63f539ab
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Mon Aug 15 16:29:55 2011 -0400

    Remove a misspelled debugging message

diff --git a/html/RTFM/Article/Edit.html b/html/RTFM/Article/Edit.html
index 531c849..0c35518 100644
--- a/html/RTFM/Article/Edit.html
+++ b/html/RTFM/Article/Edit.html
@@ -160,7 +160,6 @@ elsif ( $id eq 'new' ) {
 
     foreach my $arg (keys %ARGS) {
         next if $arg =~ /-(?:Magic|Category)$/;
-        $RT::Logger->debug("Conteplating CF arg $arg"); 
         # Object-RT::FM::Article--CustomField-3-Values
         if ( $arg =~ /^Object-RT::FM::Article--CustomField-(\d+)(.*?)$/ ) {
             my $cfid = $1; 

-----------------------------------------------------------------------


More information about the Rt-commit mailing list