From 9be017585f7872b8043949259674f634ded316b7 Mon Sep 17 00:00:00 2001 From: sunsetsystems Date: Thu, 23 Mar 2006 17:22:32 +0000 Subject: [PATCH] changed some defaults to be more sensible --- includes/config.php | 2 +- interface/globals.php | 11 ++++------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/includes/config.php b/includes/config.php index b313f7e36..738852fe0 100644 --- a/includes/config.php +++ b/includes/config.php @@ -62,7 +62,7 @@ $GLOBALS['oer_config']['ws_accounting']['username'] = "unused"; $GLOBALS['oer_config']['ws_accounting']['password'] = "unused"; $GLOBALS['oer_config']['ws_accounting']['url_path'] = "http://" . $_SERVER["SERVER_NAME"] . "/sql-ledger/login.pl"; -$GLOBALS['oer_config']['ws_accounting']['income_acct'] = "4020"; +$GLOBALS['oer_config']['ws_accounting']['income_acct'] = "4320"; //don't alter below this line unless you are an advanced user and know what you are doing diff --git a/interface/globals.php b/interface/globals.php index 86d561937..50b7c0200 100644 --- a/interface/globals.php +++ b/interface/globals.php @@ -1,8 +1,6 @@