[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[4327] branches/1.3



Revision: 4327
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4327&view=rev
Author:   einhverfr
Date:     2012-02-17 11:13:40 +0000 (Fri, 17 Feb 2012)
Log Message:
-----------
Cleaning up log messages about where the templates directory is

Modified Paths:
--------------
    branches/1.3/Changelog
    branches/1.3/LedgerSMB/User.pm

Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog	2012-02-17 10:31:43 UTC (rev 4326)
+++ branches/1.3/Changelog	2012-02-17 11:13:40 UTC (rev 4327)
@@ -5,6 +5,7 @@
 Changelog for 1.3.12
 * Corrected processing of <?lsmb tags in order/invoice numbers (Chris T)
 * Corrected handling of accounts in dropdowns where () are present (Chris T)
+* Corrected erroneous log messages from bebugging 1.3.11 (Chris T)
 
 Changelog for 1.3.11
 * Fixed outstanding report for payment reversal and partial payments (Chris T)

Modified: branches/1.3/LedgerSMB/User.pm
===================================================================
--- branches/1.3/LedgerSMB/User.pm	2012-02-17 10:31:43 UTC (rev 4326)
+++ branches/1.3/LedgerSMB/User.pm	2012-02-17 11:13:40 UTC (rev 4327)
@@ -190,7 +190,6 @@
     $sth->execute();
     ($templates) = $sth->fetchrow_array() || 'demo';
     $myconfig->{templates} = "$LedgerSMB::Sysconfig::templates/$templates";
-    print STDERR "$myconfig->{templates}\n";
     return $myconfig;
 }
 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.