From fe8f2f0c0df5f271feb9d48512b784c5968335dd Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 3 Feb 2009 16:26:45 +0300 Subject: article download fixes --- modules/popup-dialog.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/popup-dialog.php') diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php index e62f84e9c..d7e786684 100644 --- a/modules/popup-dialog.php +++ b/modules/popup-dialog.php @@ -474,7 +474,8 @@ $amount = array( 50 => 50, 100 => 100, - 250 => 250); + 250 => 250, + 500 => 500); print_select_hash("amount", 50, $amount); -- cgit v1.2.3-54-g00ecf