Undid the change of the include path. It was better the way it was.
[eq/.git] / inc / class.eq.inc.php
index e8b0fa453058fea8954f6bdce2783b4ca5c0a44e..a5cc2b4df67691b13f929f8b6fb99894078d34d4 100644 (file)
@@ -68,12 +68,12 @@ class eq
  
   function eq()
     {
-      if(file_exists('setup/eq_config.local')) {
-       include('setup/eq_config.local');
+      if(file_exists("setup/eq_config.local")) {
+       include("setup/eq_config.local");
       } else {
-       include('setup/eq_config');
+       include("setup/eq_config");
       }
-
+      
       $this->script_path = "$this->application_path"."/bin";
       $this->max_presidency_members = 99;
       $this->max_appointments = 32768;