diff options
author | jimmacfx <jimmacfx@4fa712ea-3c06-0410-9261-c11b4c06c003> | 2006-02-14 22:13:26 +0000 |
---|---|---|
committer | jimmacfx <jimmacfx@4fa712ea-3c06-0410-9261-c11b4c06c003> | 2006-02-14 22:13:26 +0000 |
commit | d423955eaf0ebd548e561a1b349800294c8be4f9 (patch) | |
tree | 335c3a1cd5765f79d44cee5ce35be9a2227c02b1 /www/index.php | |
parent | 7cf8a688f0be3c355f52e0c75f9a3e32164a0fa6 (diff) | |
download | original-d423955eaf0ebd548e561a1b349800294c8be4f9.tar.gz original-d423955eaf0ebd548e561a1b349800294c8be4f9.tar.bz2 |
make no future date limits
git-svn-id: https://forgesvn1.novell.com/svn/original/trunk@11 4fa712ea-3c06-0410-9261-c11b4c06c003
Diffstat (limited to 'www/index.php')
-rw-r--r-- | www/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/index.php b/www/index.php index 1483b84..74dd5a6 100644 --- a/www/index.php +++ b/www/index.php @@ -106,6 +106,7 @@ if (!$galerie) { $thisyear = 0; + if (!$yearto) $yearto = date("Y"); for ($i = $yearto; $i >= $yearsince; $i--) { for ($thismonth=12; $thismonth>0; $thismonth--) { // go year by year, month by month // down |