From 7e3e81a99dacd3742febf4f142f5c8abba00a903 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Wed, 14 Sep 2005 20:28:27 +0000 Subject: [PATCH] bug fixes --- docs/changelog/6.x.x.txt | 1 + etc/WebGUI.conf.original | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/changelog/6.x.x.txt b/docs/changelog/6.x.x.txt index d43af923a..96e969988 100644 --- a/docs/changelog/6.x.x.txt +++ b/docs/changelog/6.x.x.txt @@ -2,6 +2,7 @@ - Fixed a syntax error in Syndicated Content. - Fixed an infinite loop problem in Syndicated Content when no URLs were specified. + - Corrected an error in the built in WebGUI config file documentation. 6.7.4 - fix [ 1279861 ] POD errors in 6.7.3 diff --git a/etc/WebGUI.conf.original b/etc/WebGUI.conf.original index 9a8614f60..1b844065f 100644 --- a/etc/WebGUI.conf.original +++ b/etc/WebGUI.conf.original @@ -75,16 +75,16 @@ dbpass = password # increase WebGUI's read performance. #dbslave1 = dsn => DBI:mysql:www_example_com;host=dbslave1.example.com, \ -# dbuser => webgui, \ -# dbpass => password +# user => webgui, \ +# pass => password #dbslave2 = dsn => DBI:mysql:www_example_com;host=dbslave2.example.com, \ -# dbuser => webgui, \ -# dbpass => password +# user => webgui, \ +# pass => password #dbslave3 = dsn => DBI:mysql:www_example_com;host=dbslave3.example.com, \ -# dbuser => webgui, \ -# dbpass => password +# user => webgui, \ +# pass => password # Set this value if you wish to override all outbound emails to a specific # user for testing purposes.