More rewrites, and output-mode fixed (we should documentate this)
[mailer.git] / inc / modules / admin / what-sub_points.php
index f4348b36d768645e65f7ab2b8bfe586a2f71784c..448167d1393fb84bede8df75c957afe39db6c24a 100644 (file)
@@ -113,7 +113,7 @@ if (getRequestElement('userid') == 'all') {
        SQL_FREERESULT($result);
 } else {
        // Output selection form with all confirmed user accounts listed
-       addMemberSelectionBox('0', true);
+       addMemberSelectionBox(0, true);
 }
 
 // [EOF]