tbrehm
2008-12-10 392450ffb412d5fb81ebab0c1e50ac8ea421080a
server/mods-available/mail_module.inc.php
@@ -54,6 +54,19 @@
                           'mail_content_filter_update',
                           'mail_content_filter_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']['mail'] == true) {
         return true;
      } else {
         return false;
      }
   }
   /*
       This function is called when the module is loaded
   */