]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_doubler.php
Naming convention applied to language strings, new API function added:
[mailer.git] / inc / modules / admin / what-config_doubler.php
index 1b3365b7db05db9fbdabf2dfcecda4675647a9e6..421752c55d8ed4c969da7d95f8a7eb5c40855a78 100644 (file)
@@ -74,11 +74,31 @@ if (isFormSent()) {
        } // END - foreach
 
        // Transfer options
-       $content['member_selection'] = addMemberSelectionBox(getConfig('doubler_userid'), false, true, true, 'doubler_userid');
+       $content['form_selection'] = addMemberSelectionBox(getConfig('doubler_userid'), false, true, true, 'doubler_userid');
 
        // Number of rows to display (option lines!!!)
        foreach (array('new','pay','old') as $entry) {
-               $content['display_' . $entry] = generateOptionList('/ARRAY/', array(5,10,20,30,40,50,100), array(5,10,20,30,40,50,100), getConfig('doubler_display_' . $entry));
+               $content['display_' . $entry] = generateOptionList(
+                       '/ARRAY/',
+                       array(
+                               5,
+                               10,
+                               20,
+                               30,
+                               40,
+                               50,
+                               100
+                       ), array(
+                               5,
+                               10,
+                               20,
+                               30,
+                               40,
+                               50,
+                               100
+                       ),
+                       getConfig('doubler_display_' . $entry)
+               );
        } // END - foreach
 
        // Timeout selection box or input box?