From: donchambers Date: Tue, 11 Sep 2007 12:48:15 +0000 (+0000) Subject: Fix admin entry list when no entries exist or meet filter criteria. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=20e024165f96a49ed37103593e89bc02e5060a54;p=s9y.git Fix admin entry list when no entries exist or meet filter criteria. --- 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 ?> -
- -
+ + + + + + +