r6177 - trunk/data/schema/mysql

8 views
Skip to first unread message

subve...@svn.freemedsoftware.org

unread,
Nov 16, 2011, 1:05:31 AM11/16/11
to freemed-d...@googlegroups.com
Author: jeff
Date: 2011-11-16 01:05:30 -0500 (Wed, 16 Nov 2011)
New Revision: 6177

Modified:
trunk/data/schema/mysql/config.sql
Log:
Add clinic_mode config switch.


Modified: trunk/data/schema/mysql/config.sql
===================================================================
--- trunk/data/schema/mysql/config.sql 2011-11-16 06:05:04 UTC (rev 6176)
+++ trunk/data/schema/mysql/config.sql 2011-11-16 06:05:30 UTC (rev 6177)
@@ -233,6 +233,15 @@
);

CALL config_Register (
+ 'clinic_mode',
+ '0',
+ 'Simplified Clinic Mode',
+ 'UI',
+ 'YesNo',
+ ''
+);
+
+CALL config_Register (
'xmpp_notify',
'0',
'XMPP Notifications',

Reply all
Reply to author
Forward
0 new messages