1
0

Improve SQL query for fetching archive overview, from $year*$month queries to 1. :-)

This commit is contained in:
Garvin Hicking
2007-02-27 11:20:47 +00:00
parent 400b761623
commit 5911f9e54e
2 changed files with 24 additions and 18 deletions

View File

@ -3,6 +3,10 @@
Version 1.2 ()
------------------------------------------------------------------------
* Improve performance of displaying the complete archive. Instead
of year*months SQL queries, only one query is now used.
(garvinhicking)
* Improve installation on hosts where fsockopen() is disabled
(garvinhicking)