diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-06-30 07:26:02 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-06-30 07:26:02 +0000 |
commit | e3e051cc0de5b76fa974a83ef69c3fe003012725 (patch) | |
tree | d5ee810f0f5a730317b7f1e0e7f459c515f7b003 /includes | |
parent | 4f001824232f774e84da6bb03bb362a15e5f2590 (diff) | |
download | brdo-e3e051cc0de5b76fa974a83ef69c3fe003012725.tar.gz brdo-e3e051cc0de5b76fa974a83ef69c3fe003012725.tar.bz2 |
- Patch #8585 by Junyor: sort blog items by creation date. Added some database indices.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/bootstrap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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). |