1
0

Fix admin entry list when no entries exist or meet filter criteria.

This commit is contained in:
Don Chambers
2007-09-11 12:48:15 +00:00
parent 9e16c0b1a4
commit 5e3f9bac85
2 changed files with 11 additions and 1 deletions

View File

@ -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)