From 852333402d6287f21b287887e0503a3743974460 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 3 Aug 2003 22:52:58 +0000 Subject: make sure the extracted number starts with 20, as otherwise it isn't a date git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3914 a1c6a512-1295-4272-9138-f99709370657 --- www/dailymod.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/dailymod.pl b/www/dailymod.pl index 4ddcf7e55b..8e503ee30d 100755 --- a/www/dailymod.pl +++ b/www/dailymod.pl @@ -12,7 +12,7 @@ for(@list) { closedir DIR; for(@files) { - /(\d+)/; + /(20\d+)/; $date{$1}=$1; } } -- cgit v1.2.3