From: ivan Date: Tue, 4 Sep 2001 11:03:22 +0000 (+0000) Subject: silly syntax error and doc updates X-Git-Tag: freeside_1_4_0pre11~373 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=2bad1d2cc99f713d10f447d018742eb03453d422 silly syntax error and doc updates --- diff --git a/bin/fs-setup b/bin/fs-setup index 6efdd65bb..0c2b67dda 100755 --- a/bin/fs-setup +++ b/bin/fs-setup @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: fs-setup,v 1.49 2001-09-03 22:16:29 ivan Exp $ +# $Id: fs-setup,v 1.50 2001-09-04 11:03:22 ivan Exp $ #to delay loading dbdef until we're ready BEGIN { $FS::Record::setup_hack = 1; } @@ -433,7 +433,7 @@ sub tables_hash_hack { 'amount', @money_type, '_date', @date_type ], - 'primary_key' => 'billpaynum' + 'primary_key' => 'billpaynum', 'unique' => [ [] ], 'index' => [ [ 'paynum', 'invnum' ] ], }, @@ -507,7 +507,7 @@ sub tables_hash_hack { 'amount', @money_type, '_date', @date_type ], - 'primary_key' => 'creditrefundnum' + 'primary_key' => 'creditrefundnum', 'unique' => [ [] ], 'index' => [ [ 'crednum', 'refundnum' ] ], }, diff --git a/httemplate/docs/config.html b/httemplate/docs/config.html index f26ff0f78..deae044d2 100644 --- a/httemplate/docs/config.html +++ b/httemplate/docs/config.html @@ -29,13 +29,12 @@ dbpassword All further configuration files and directories are located in /usr/local/etc/freeside/conf.datasource, for example, -/usr/local/etc/freeside/conf.DBI:Pg:host=localhost;dbname=freeside (remember to backslash-escape the ; character when creating directories in the shell: mkdir /usr/local/etc/freeside/conf.DBI:Pg:host=localhost\;dbname=freeside). +/usr/local/etc/freeside/conf.DBI:Pg:host=localhost;dbname=freeside (remember to backslash-escape the ; character when creating directories in the shell: mkdir /usr/local/etc/freeside/conf.DBI:Pg:host=localhost\;dbname=freeside). Files listed in red are requried.