tbrehm
2008-11-17 a8a32889cc06a2c8daffc1b27167061379065046
install/lib/installer_base.lib.php
@@ -918,6 +918,7 @@
      unlink('crontab.txt');
      
      //* Getmail crontab
      if(is_user('getmail')) {
        $cf = $conf['getmail'];
      exec('crontab -u getmail -l > crontab.txt');
      $existing_cron_jobs = file('crontab.txt');
@@ -938,6 +939,7 @@
      exec('crontab -u getmail crontab.txt &> /dev/null');
      unlink('crontab.txt');
   }
   }
   
}