From 9b30b0bd15743cdb0410107ee2f7f0392b6d6340 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Thu, 12 Mar 2009 14:03:14 -0400 Subject: [PATCH] --- install/dist/lib/fedora.lib.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/install/dist/lib/fedora.lib.php b/install/dist/lib/fedora.lib.php index d56af3f..3cb35f9 100644 --- a/install/dist/lib/fedora.lib.php +++ b/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]); } -- Gitblit v1.9.1