opml export filter format fix
This commit is contained in:
parent
fd994f1a48
commit
8b6e08a11a
1 changed files with 1 additions and 1 deletions
|
@ -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]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue