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

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



Revision: 962
          http://svn.sourceforge.net/ledger-smb/?rev=962&view=rev
Author:   einhverfr
Date:     2007-03-20 13:51:18 -0700 (Tue, 20 Mar 2007)

Log Message:
-----------
Adding provisions for userspath to Sysconfig

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

Modified: branches/1.2/LedgerSMB/Sysconfig.pm
===================================================================
--- branches/1.2/LedgerSMB/Sysconfig.pm	2007-03-20 20:50:42 UTC (rev 961)
+++ branches/1.2/LedgerSMB/Sysconfig.pm	2007-03-20 20:51:18 UTC (rev 962)
@@ -87,7 +87,8 @@
 $spool = $config{paths}{spool} if $config{paths}{spool};
 $templates = $config{paths}{templates} if $config{paths}{templates};
 $tempdir = $config{paths}{tempdir} if $config{paths}{tempdir};
-
+$userspath = ($config{paths}{userspath}) 
+	? $config($config{paths}{userspath}) : $tempdir;
 $gzip = $config{programs}{gzip} if $config{programs}{gzip};
 
 $sendmail = $config{mail}{sendmail} if $config{mail}{sendmail};


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