SVN: toys/rsget.pl/Get/PrzeklejPL

pawelz pawelz at pld-linux.org
Thu Jul 29 22:16:12 CEST 2010


Author: pawelz
Date: Thu Jul 29 22:16:12 2010
New Revision: 11727

Modified:
   toys/rsget.pl/Get/PrzeklejPL
Log:
- handle 'files > 50MB' error


Modified: toys/rsget.pl/Get/PrzeklejPL
==============================================================================
--- toys/rsget.pl/Get/PrzeklejPL	(original)
+++ toys/rsget.pl/Get/PrzeklejPL	Thu Jul 29 22:16:12 2010
@@ -33,4 +33,7 @@
 
 	CLICK_DOWNLOAD( de_ml( $file_uri ) );
 
+	ERROR( "files larger than 50MB are available for registered users only" )
+		if /<strong>Pliki większe niż 50MB<\/strong> możesz pobrać, jeżeli jesteś zalogowany./;
+
 # vim: filetype=perl:ts=4:sw=4


More information about the pld-cvs-commit mailing list