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

SF.net SVN: ledger-smb: [642] branches/1.2/LedgerSMB/Sysconfig.pm



Revision: 642
          http://svn.sourceforge.net/ledger-smb/?rev=642&view=rev
Author:   tetragon
Date:     2006-11-16 12:47:44 -0800 (Thu, 16 Nov 2006)

Log Message:
-----------
Adding the typo fix to 1.2

Modified Paths:
--------------
    branches/1.2/LedgerSMB/Sysconfig.pm

Modified: branches/1.2/LedgerSMB/Sysconfig.pm
===================================================================
--- branches/1.2/LedgerSMB/Sysconfig.pm	2006-11-16 20:01:11 UTC (rev 641)
+++ branches/1.2/LedgerSMB/Sysconfig.pm	2006-11-16 20:47:44 UTC (rev 642)
@@ -82,7 +82,7 @@
 $userspath = $config{paths}{userspath} if $config{paths}{userspath};
 $localepath = $config{paths}{localepath} if $config{paths}{localepath};
 $spool = $config{paths}{spool} if $config{paths}{spool};
-$templates = $config{paths}{tempates} if $config{paths}{tempates};
+$templates = $config{paths}{templates} if $config{paths}{templates};
 
 $gzip = $config{programs}{gzip} if $config{programs}{gzip};
 


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