From: Chris W. <la...@us...> - 2005-03-25 14:50:46
|
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Manage/Website In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22837 Modified Files: InstallPackage.pm Log Message: use . instead of , -- thanks to Antti for spot Index: InstallPackage.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Manage/Website/InstallPackage.pm,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** InstallPackage.pm 24 Mar 2005 13:30:28 -0000 1.22 --- InstallPackage.pm 25 Mar 2005 14:50:25 -0000 1.23 *************** *** 224,228 **** $status->{is_ok} = 'no'; $status->{message} = ! "Brick class ", ref( $brick ), " should only have one " . "resource -- the Base64 version of the zip file."; return; --- 224,228 ---- $status->{is_ok} = 'no'; $status->{message} = ! "Brick class " . ref( $brick ) . " should only have one " . "resource -- the Base64 version of the zip file."; return; |