Bug #738 ยป filter.inc.patch
filter.inc 2010-07-13 12:30:30.000000000 +0200 | ||
---|---|---|
2647 | 2647 |
if ($status <> 0) { |
2648 | 2648 |
$errorrules = "There was an error while parsing the package filter rules for {$pkg_inc}.\n"; |
2649 | 2649 |
log_error($errorrules); |
2650 |
file_put_contents("{$g['tmp_path']}/rules.packages.{$pkg_inc}", "#{$errorrules}\n");
|
|
2650 |
file_put_contents("{$g['tmp_path']}/rules.packages.{$pkg}", "#{$errorrules}\n"); |
|
2651 | 2651 |
continue; |
2652 | 2652 |
} |
2653 | 2653 |
$rules .= $tmprules; |