X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-add_rallye.php;h=d80e258014252857943fa2254e2af7456b4e03b3;hp=dc42366a2ec6a7edf4dceca70cedac5ec0deb0a1;hb=cd7d344ea7007cfa20413acd3e03e50f0ab86d86;hpb=5fed4d6d18f6458182276599d6cab6c9134ef4aa diff --git a/inc/modules/admin/what-add_rallye.php b/inc/modules/admin/what-add_rallye.php index dc42366a2e..d80e258014 100644 --- a/inc/modules/admin/what-add_rallye.php +++ b/inc/modules/admin/what-add_rallye.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2012 by Mailer Developer Team * + * Copyright (c) 2009 - 2013 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -45,8 +45,8 @@ addYouAreHereLink('admin', __FILE__); if (isFormSent()) { // Generate timestamps - $START = mktime(postRequestElement('start_time_hour'), postRequestElement('start_time_min'), 0, postRequestElement('start_time_month'), postRequestElement('start_time_day'), postRequestElement('start_time_year')); - $END = mktime(postRequestElement('end_time_hour') , postRequestElement('end_time_min') , 0, postRequestElement('end_time_month') , postRequestElement('end_time_day') , postRequestElement('end_time_year') ); + $START = mktime(postRequestElement('start_time_ho'), postRequestElement('start_time_mi'), 0, postRequestElement('start_time_mo'), postRequestElement('start_time_da'), postRequestElement('start_time_ye')); + $END = mktime(postRequestElement('end_time_ho') , postRequestElement('end_time_mi') , 0, postRequestElement('end_time_mo') , postRequestElement('end_time_da') , postRequestElement('end_time_ye') ); // Is there already a rallye running? $result = SQL_QUERY_ESC("SELECT `id`, `admin_id` FROM `{?_MYSQL_PREFIX?}_rallye_data` WHERE (`start_time` <= %s AND `end_time` >= %s) OR (`start_time` >= %s AND `start_time` <= %s) LIMIT 1", @@ -96,7 +96,7 @@ if (isFormSent()) { ), __FILE__, __LINE__); // Load id - $id = SQL_INSERTID(); + $id = SQL_INSERT_ID(); if (!empty($id)) { // Reload to prices...