|
From: Chris W. <la...@us...> - 2005-09-21 04:10:17
|
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8692/OpenInteract2 Modified Files: URL.pm Log Message: fix typo Index: URL.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/URL.pm,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** URL.pm 18 Mar 2005 04:09:48 -0000 1.31 --- URL.pm 21 Sep 2005 04:10:09 -0000 1.32 *************** *** 95,99 **** $log->debug( "Creating static URL from '$url_base' ", "and params '$param_info'" ); ! return $class->create_image( $url_base, $params, $do_not_escape ); } $log->is_debug && --- 95,99 ---- $log->debug( "Creating static URL from '$url_base' ", "and params '$param_info'" ); ! return $class->create_static( $url_base, $params, $do_not_escape ); } $log->is_debug && |