opml export filter format fix
This commit is contained in:
parent
fd994f1a48
commit
8b6e08a11a
|
@ -165,7 +165,7 @@ class Opml extends Handler_Protected {
|
||||||
WHERE owner_uid = ".$_SESSION["uid"]." ORDER BY id");
|
WHERE owner_uid = ".$_SESSION["uid"]." ORDER BY id");
|
||||||
|
|
||||||
while ($line = db_fetch_assoc($result)) {
|
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]);
|
$line[$b] = sql_bool_to_bool($line[$b]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue