summaryrefslogtreecommitdiff
path: root/modules/popup-dialog.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-03 16:26:45 +0300
committerAndrew Dolgov <[email protected]>2009-02-03 16:26:45 +0300
commitfe8f2f0c0df5f271feb9d48512b784c5968335dd (patch)
tree226fbe42d73349751735b84d81ec4da86c711b41 /modules/popup-dialog.php
parent6a1cd59192bf4319b90319f7d623fae9011728ff (diff)
article download fixes
Diffstat (limited to 'modules/popup-dialog.php')
-rw-r--r--modules/popup-dialog.php3
1 files changed, 2 insertions, 1 deletions
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);