X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Frequest-functions.php;h=5a4f04621694f0c5c6a7ac858d722095d1bf786e;hp=32eb4eea6c5f58f9a454c53ade7d477f2cd3077c;hb=e8ca54fe91872ab95a6ffdc4f1268bf18889021d;hpb=a1e39392075de961780b0893ca1de747d4885b97 diff --git a/inc/request-functions.php b/inc/request-functions.php index 32eb4eea6c..5a4f046216 100644 --- a/inc/request-functions.php +++ b/inc/request-functions.php @@ -14,10 +14,9 @@ * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * * $Author:: $ * - * Needs to be in all Files and every File needs "svn propset * - * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * + * Copyright (c) 2009, 2010 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -223,9 +222,9 @@ function setPostRequestParameter ($element, $value) { } // Checks wether a form was sent. If so, the $_POST['ok'] element must be set -function isFormSent () { +function isFormSent ($requestParameter = 'ok') { // Simply wrap it! - return isPostRequestParameterSet('ok'); + return isPostRequestParameterSet($requestParameter); } // Checks if 'content_type' is set