X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-add_rallye.php;h=431d4ccf31d078acf17185d1f0ef838d98da2d76;hb=4f7df133f736da124e6f7bd02008b9093f736451;hp=3f3406b69011126b643a84b8d10360f114e5a095;hpb=2df9f7a53f8b1dd5164f87824a324ccb3b6634cb;p=mailer.git diff --git a/inc/modules/admin/what-add_rallye.php b/inc/modules/admin/what-add_rallye.php index 3f3406b690..431d4ccf31 100644 --- a/inc/modules/admin/what-add_rallye.php +++ b/inc/modules/admin/what-add_rallye.php @@ -100,7 +100,7 @@ if (isFormSent()) { if (!empty($id)) { // Reload to prices... - redirectToUrl('modules.php?module=admin&what=config_rallye_prices&rallye_id=' . bigintval($id)); + redirectToUrl('modules.php?module=admin&what=list_rallye_prices&rallye_id=' . bigintval($id)); } else { // Problem detected... displayMessage('{--ADMIN_RALLYE_PROBLEM_CREATE--}'); @@ -133,7 +133,7 @@ $content['end_month'] = addSelectionBox('month', getMonth($endingStamp), 'end_ti $content['end_year'] = addSelectionBox('year' , getYear($endingStamp) , 'end_time'); // Load template -loadTemplate('admin_add_rallye', false, $content); +loadTemplate('admin_add_rallye', FALSE, $content); // [EOF] ?>