From: Andrew Dolgov Date: Sun, 21 May 2006 12:18:35 +0000 (+0100) Subject: getFeedCat respects NULL cat_id X-Git-Tag: 1.2.0~44 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=eb4311d00fde9f38c2ee1d9b95a4baee6fed3b39;p=tt-rss.git getFeedCat respects NULL cat_id --- diff --git a/functions.php b/functions.php index 765ff8ce..73ef8577 100644 --- a/functions.php +++ b/functions.php @@ -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";