bug fixes

This commit is contained in:
JT Smith 2005-09-14 20:28:27 +00:00
parent 444c46acf3
commit 7e3e81a99d
2 changed files with 7 additions and 6 deletions

View file

@ -2,6 +2,7 @@
- Fixed a syntax error in Syndicated Content. - Fixed a syntax error in Syndicated Content.
- Fixed an infinite loop problem in Syndicated Content when no URLs were - Fixed an infinite loop problem in Syndicated Content when no URLs were
specified. specified.
- Corrected an error in the built in WebGUI config file documentation.
6.7.4 6.7.4
- fix [ 1279861 ] POD errors in 6.7.3 - fix [ 1279861 ] POD errors in 6.7.3

View file

@ -75,16 +75,16 @@ dbpass = password
# increase WebGUI's read performance. # increase WebGUI's read performance.
#dbslave1 = dsn => DBI:mysql:www_example_com;host=dbslave1.example.com, \ #dbslave1 = dsn => DBI:mysql:www_example_com;host=dbslave1.example.com, \
# dbuser => webgui, \ # user => webgui, \
# dbpass => password # pass => password
#dbslave2 = dsn => DBI:mysql:www_example_com;host=dbslave2.example.com, \ #dbslave2 = dsn => DBI:mysql:www_example_com;host=dbslave2.example.com, \
# dbuser => webgui, \ # user => webgui, \
# dbpass => password # pass => password
#dbslave3 = dsn => DBI:mysql:www_example_com;host=dbslave3.example.com, \ #dbslave3 = dsn => DBI:mysql:www_example_com;host=dbslave3.example.com, \
# dbuser => webgui, \ # user => webgui, \
# dbpass => password # pass => password
# Set this value if you wish to override all outbound emails to a specific # Set this value if you wish to override all outbound emails to a specific
# user for testing purposes. # user for testing purposes.