X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fcallback-functions.php;h=91356f11722b34c03a64b6fb3cabe9aa2cbff555;hb=ffe68abca0e9c3cffd40a43ded2a134343d588f5;hp=0d7456a6983215d735040fbb23a7f20bbfcf76c4;hpb=0f3a135204757cc8750262871c8e62c42300acb4;p=mailer.git diff --git a/inc/callback-functions.php b/inc/callback-functions.php index 0d7456a698..91356f1172 100644 --- a/inc/callback-functions.php +++ b/inc/callback-functions.php @@ -17,7 +17,7 @@ * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -1040,7 +1040,7 @@ function doXmlCallbackFunctionExecute ($callbackFunction, $args) { // Is 'id_index' set and form sent? if ((isset($args['id_index'])) && (isFormSent())) { // Prepare 'id_index' - $args['id_index'] = postRequestParameter($args['id_index']); + $args['id_index'] = postRequestElement($args['id_index']); } // END - if // Just call it