Correctly note the filter configure item when removing the schedule feature from cron

This commit is contained in:
Scott Ullrich 2007-04-16 23:09:24 +00:00
parent 2c57ec50fd
commit d48ccbcd65

View File

@ -63,8 +63,9 @@ function tdr_install_cron($should_install) {
foreach($config['cron']['item'] as $item) {
if(strstr($item['command'], "filter_configure_sync")) {
$is_installed = true;
$x++;
break;
}
$x++;
}
switch($should_install) {
case true: