From 20e024165f96a49ed37103593e89bc02e5060a54 Mon Sep 17 00:00:00 2001 From: donchambers Date: Tue, 11 Sep 2007 12:48:15 +0000 Subject: [PATCH] Fix admin entry list when no entries exist or meet filter criteria. --- docs/NEWS | 4 ++++ include/admin/entries.inc.php | 8 +++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/NEWS b/docs/NEWS index 1578b44..a6ce40e 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -41,7 +41,11 @@ Version 1.3 () Version 1.2.1 () ------------------------------------------------------------------------ + * Fix admin entry list when no entries exist or meet filter + criteria. (Don Chambers) + * Fix PHP notice about session_start() + * Bulletproof template can now include custom user stylesheets (*_style.css) in the dropdown of a colorset. (garvinhicking) diff --git a/include/admin/entries.inc.php b/include/admin/entries.inc.php index c502c50..08f3b84 100644 --- a/include/admin/entries.inc.php +++ b/include/admin/entries.inc.php @@ -340,7 +340,13 @@ function serendipity_drawList() { } else { // We've got nothing ?> -
- -
+ + + + + + + -- 2.39.5