From 7bd1bbf6dc567dd9b8722ac2caa236c7196e73ed Mon Sep 17 00:00:00 2001 From: lemonsoftwarero Date: Wed, 16 Apr 2008 13:36:22 +0000 Subject: [PATCH] *** empty log message *** --- interface/globals.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/interface/globals.php b/interface/globals.php index 44b58527a..0a293ba73 100644 --- a/interface/globals.php +++ b/interface/globals.php @@ -104,6 +104,13 @@ $GLOBALS['restore_sessions'] = 1; // 0=no, 1=yes, 2=yes+debug // used in Add new event for multiple providers $GLOBALS['select_multi_providers'] = false; +// used for Dutch Mental Health Facility +$GLOBALS['dutchpc'] = FALSE; + +if ( $GLOBALS['dutchpc'] ) { + include_once (dirname(__FILE__) . "/../library/DBC_include.php"); +} + // Theme definition: if ($GLOBALS['concurrent_layout']) { $top_bg_line = ' bgcolor="#dddddd" '; -- 2.11.4.GIT