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/backend-rpc.php | 4 ++++ modules/popup-dialog.php | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/backend-rpc.php b/modules/backend-rpc.php index 53635f966..751934f35 100644 --- a/modules/backend-rpc.php +++ b/modules/backend-rpc.php @@ -568,6 +568,10 @@ while ($line = db_fetch_assoc($result)) { print "
"; } 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