X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-email_details.php;h=9fb44ceaabd744870be10c48bad5e68176e1f4ec;hp=26058ec642fcd46d7c1e9b5b9ddf41b8ea1dcbb7;hb=fad1ea280c27f9ba8ae818b87b0ba29d2c113b1b;hpb=c4ceb98e54f072c262519fc2ea31ccf6f8559049 diff --git a/inc/modules/admin/what-email_details.php b/inc/modules/admin/what-email_details.php index 26058ec642..9fb44ceaab 100644 --- a/inc/modules/admin/what-email_details.php +++ b/inc/modules/admin/what-email_details.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Alle Details einer gebuchten Mail ansehen * * -------------------------------------------------------------------- * - * * + * $Revision:: $ * + * $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 - 2008 by Roland Haeder * * For more information visit: http://www.mxchange.org * @@ -109,13 +114,13 @@ if (!REQUEST_ISSET_GET('offset')) { // Add limitation to SQL string if (!REQUEST_ISSET_GET(('mid'))) { // Create limitation line - $ADD = " LIMIT ".(bigintval(REQUEST_GET('offset')) * bigintval(REQUEST_GET('page')) - bigintval(REQUEST_GET('offset'))).", ".bigintval(REQUEST_GET('offset')); + $add = " LIMIT ".(bigintval(REQUEST_GET('offset')) * bigintval(REQUEST_GET('page')) - bigintval(REQUEST_GET('offset'))).", ".bigintval(REQUEST_GET('offset')); // For normal mails - $sql .= $ADD; + $sql .= $add; // For bonus mails - if (!empty($SQL2)) $SQL2 .= $ADD; + if (!empty($SQL2)) $SQL2 .= $add; } // END - if // Run SQL query for normal mails