getFeedCat respects NULL cat_id
This commit is contained in:
parent
ac2cc246fa
commit
eb4311d00f
1 changed files with 1 additions and 1 deletions
|
@ -1652,7 +1652,7 @@
|
|||
if (db_num_rows($result) == 1) {
|
||||
return db_fetch_result($result, 0, "title");
|
||||
} else {
|
||||
return "Unknown category ($id)";
|
||||
return "Uncategorized";
|
||||
}
|
||||
} else {
|
||||
return "getFeedCatTitle($id) failed";
|
||||
|
|
Loading…
Reference in a new issue