Several rewrites/renames, fixes for installation. Resolves #104
[mailer.git] / inc / modules / admin / what-unlock_sponsor.php
index 9867936bb89ab294879bf35df5794dae8ba52cb5..801be23db9141cab645536ebd6c3684f623f2f15 100644 (file)
@@ -45,7 +45,7 @@ if (IS_FORM_SENT()) {
        // Does he have selected at least one sponsor?
        if (SELECTION_COUNT(REQUEST_POST('id')) > 0) {
                // At least one entry selected
-               foreach (REQUEST_POST('id') as $id => $sel) {
+               foreach (REQUEST_POST('id') as $id => $selected) {
                        // Secure ID number
                        $id = bigintval($id);