2017-09-18 Fred Gleason <fredg@paravelsystems.com>

* Fixed a typo in 'rdadmin/createdb.cpp' that broke creation of a
	new database.
This commit is contained in:
Fred Gleason 2017-09-18 07:29:38 -04:00
parent dc8bfb8f49
commit 96d829fca1
2 changed files with 4 additions and 1 deletions

View File

@ -16017,3 +16017,6 @@
2017-09-02 Fred Gleason <fredg@paravelsystems.com>
* Implemented a driver for the Broadcast Tools Universal 4.1 MLR>>Web
switcher.
2017-09-18 Fred Gleason <fredg@paravelsystems.com>
* Fixed a typo in 'rdadmin/createdb.cpp' that broke creation of a
new database.

View File

@ -2093,7 +2093,7 @@ bool CreateDb(QString name,QString pwd)
FIX_DUP_CART_TITLES enum('N','Y') not null default 'Y',\
MAX_POST_LENGTH int unsigned default %u,\
ISCI_XREFERENCE_PATH char(255),\
TEMP_CART_GROUP char(10)\
TEMP_CART_GROUP char(10),\
SHOW_USER_LIST enum('N','Y') not null default 'Y')",
RD_DEFAULT_SAMPLE_RATE,
RD_DEFAULT_MAX_POST_LENGTH);