From eb4311d00fde9f38c2ee1d9b95a4baee6fed3b39 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 21 May 2006 13:18:35 +0100 Subject: getFeedCat respects NULL cat_id --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 765ff8ce5..73ef85774 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"; -- cgit v1.2.3