tbrehm
2009-01-19 7d386c3da7df7b59b84f46b13628205ef6da8f48
server/mods-available/database_module.inc.php
@@ -37,6 +37,19 @@
                           'database_delete'
                           );
   
   //* This function is called during ispconfig installation to determine
   //  if a symlink shall be created for this plugin.
   function onInstall() {
      global $conf;
      if($conf['services']['db'] == true) {
         return true;
      } else {
         return false;
      }
   }
   /*
       This function is called when the module is loaded
   */