tbrehm
2009-05-27 44d2a76d4611e27d348e1c8ed89ff0675f2d262f
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
   */