From e3e051cc0de5b76fa974a83ef69c3fe003012725 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 30 Jun 2004 07:26:02 +0000 Subject: - Patch #8585 by Junyor: sort blog items by creation date. Added some database indices. --- includes/bootstrap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index d1c9580c7..2f3e8dbfe 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -95,7 +95,7 @@ function page_get_cache() { global $user; $cache = NULL; - + /* * Note, we do not serve cached pages when status messages are waiting (from * a redirected form submission which was completed). -- cgit v1.2.3