[Netcomics-cvs] netcomics/lib unitedmedia,1.35,1.36
Brought to you by:
elliotglaysher,
hochstrb
|
From: Sven H. <ha...@us...> - 2011-01-12 01:59:22
|
Update of /cvsroot/netcomics/netcomics/lib In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv954 Modified Files: unitedmedia Log Message: Fix zoomed image for Dilbert (hopefully w/o side effects). Index: unitedmedia =================================================================== RCS file: /cvsroot/netcomics/netcomics/lib/unitedmedia,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- unitedmedia 14 Nov 2009 00:51:42 -0000 1.35 +++ unitedmedia 12 Jan 2011 01:59:13 -0000 1.36 @@ -62,7 +62,7 @@ 'type' => $type, 'func' => undef, }; - } elsif (m%(/dyn/str_strip/\d+/\d+/\d+/\d+/\d+/\d+/\d+/\d+/\d+[.\d\w]*\.strip(\.sunday)?\.(gif|jpg|png))%) { + } elsif (m%(/dyn/str_strip/\d+/\d+/\d+/\d+/\d+/\d+/\d+/\d+/\d+[.\d\w]*\.strip(\.sunday|\.zoom)?\.(gif|jpg|png))%) { my $tmp = $1; my $type = $1 if ($tmp =~ m%\.(\w+)$%); push @relurls, { |