[Netcomics-cvs] netcomics/lib unitedmedia,1.27,1.28
Brought to you by:
elliotglaysher,
hochstrb
|
From: Sven H. <ha...@us...> - 2009-06-22 10:07:30
|
Update of /cvsroot/netcomics/netcomics/lib In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19376 Modified Files: unitedmedia Log Message: Use zoomed image instead of full image for unitedmedia Index: unitedmedia =================================================================== RCS file: /cvsroot/netcomics/netcomics/lib/unitedmedia,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- unitedmedia 22 Jun 2009 10:01:51 -0000 1.27 +++ unitedmedia 22 Jun 2009 10:07:25 -0000 1.28 @@ -41,7 +41,7 @@ 'base' => $baseurl, 'pagebase' => $baseurl, 'exprbase' => "http://assets.comics.com", - 'exprs' => ["(/dyn/str_strip/\\d+/\\d+/\\d+/\\d+/\\d+/\\d+/\\d+/\\d+/\\d+[.\\d\\w]*\\.full\\.(gif|jpg|png))"], + 'exprs' => ["(/dyn/str_strip/\\d+/\\d+/\\d+/\\d+/\\d+/\\d+/\\d+/\\d+/\\d+[.\\d\\w]*\\.zoom\\.(gif|jpg|png))"], 'page' => strftime("/$fp/%Y-%m-%d/",@ltime), 'size' => $size, }; |