X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-email_details.php;h=9fb44ceaabd744870be10c48bad5e68176e1f4ec;hp=9ced0af39f42392dac2498a8e3af4e3964f46b99;hb=fad1ea280c27f9ba8ae818b87b0ba29d2c113b1b;hpb=e01fcf1ca8ddeb72af76465df3ef72301a1cdae7 diff --git a/inc/modules/admin/what-email_details.php b/inc/modules/admin/what-email_details.php index 9ced0af39f..9fb44ceaab 100644 --- a/inc/modules/admin/what-email_details.php +++ b/inc/modules/admin/what-email_details.php @@ -10,10 +10,10 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Alle Details einer gebuchten Mail ansehen * * -------------------------------------------------------------------- * - * $Revision:: 856 $ * - * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. March 2009) $ * + * $Revision:: $ * + * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * - * $Author:: stelzi $ * + * $Author:: $ * * Needs to be in all Files and every File needs "svn propset * * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * @@ -114,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