tbrehm
2009-03-12 9b30b0bd15743cdb0410107ee2f7f0392b6d6340
install/dist/lib/fedora.lib.php
@@ -825,7 +825,7 @@
            );
      
         // remove existing ispconfig cronjobs, in case the syntax has changed
         foreach($cron_jobs as $key => $val) {
         foreach($existing_cron_jobs as $key => $val) {
            if(stristr($val,'getmail')) unset($existing_cron_jobs[$key]);
         }