]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-email_details.php
Rewritten all THEME_FOO variables to GLOBALS
[mailer.git] / inc / modules / admin / what-email_details.php
index 26058ec642fcd46d7c1e9b5b9ddf41b8ea1dcbb7..9fb44ceaabd744870be10c48bad5e68176e1f4ec 100644 (file)
  * -------------------------------------------------------------------- *
  * 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