X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fajax-functions.php;h=90e48a1a023669253d21f4606865a5ce905ae23f;hb=aee03a72f6131ee51374e17b05f8c712e4604776;hp=35cb192c65bb1559a3bcfe01dd3f949057a747e0;hpb=b4b61e5a9a517faa78b563fa589201ee267c7b89;p=mailer.git diff --git a/inc/ajax-functions.php b/inc/ajax-functions.php index 35cb192c65..90e48a1a02 100644 --- a/inc/ajax-functions.php +++ b/inc/ajax-functions.php @@ -10,11 +10,6 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : AJAX-bezogene Funktionen * * -------------------------------------------------------------------- * - * $Revision:: $ * - * $Date:: $ * - * $Tag:: 0.2.1-FINAL $ * - * $Author:: $ * - * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009 - 2013 by Mailer Developer Team * * For more information visit: http://mxchange.org * @@ -80,7 +75,7 @@ function setAjaxReplyContent ($content) { * Checks whether the AJAX access level was valid. This function doesn't need * caching in $GLOBALS[__FUNCTION__] because it will be called only once. */ -function isAjaxRequestLevelValid () { +function isValidAjaxRequestLevel () { // By default nothing is valid $isValid = FALSE;