opml export filter format fix

This commit is contained in:
Andrew Dolgov 2012-09-02 13:15:57 +04:00
parent fd994f1a48
commit 8b6e08a11a
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ class Opml extends Handler_Protected {
WHERE owner_uid = ".$_SESSION["uid"]." ORDER BY id");
while ($line = db_fetch_assoc($result)) {
foreach (array('enabled', 'inverse', 'cat_filter') as $b) {
foreach (array('enabled', 'match_any_rule') as $b) {
$line[$b] = sql_bool_to_bool($line[$b]);
}