nveid
2011-08-27 4600d73b0338fc035c96002e526220d7a593e96b
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
   */