]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/doubler_functions.php
Fix for wrong function call
[mailer.git] / inc / libs / doubler_functions.php
index 28ce65d9b8cfaa87725e12708a55869e927ce44a..6333ababde6c017e22cc9ef13c6eee8c8decd204 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 02/17/2005 *
- * ===============                              Last change: 02/17/2005 *
+ * Mailer v0.2.1-FINAL                                Start: 02/17/2005 *
+ * ===================                          Last change: 02/17/2005 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : doubler_functions.php                            *
@@ -18,6 +18,7 @@
  * 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 *
@@ -92,11 +93,11 @@ LIMIT ".$limit, __FUNCTION__, __LINE__);
 
                        // Prepare data for the row template
                        $content = array(
-                               'userid' => $content['userid'],
-                               'rid'    => $content['refid'],
-                               'points' => translateComma($content['points']),
-                               'stamp'  => generateDateTime($content['timemark'], $DT_MODE),
-                               'sw'     => $SW,
+                               'userid'   => $content['userid'],
+                               'rid'      => $content['refid'],
+                               'points'   => translateComma($content['points']),
+                               'timemark' => generateDateTime($content['timemark'], $DT_MODE),
+                               'sw'       => $SW,
                        );
 
                        // Load template and switch color
@@ -109,7 +110,7 @@ LIMIT ".$limit, __FUNCTION__, __LINE__);
        } else {
                // List no entries
                $OUT = "<tr>
-  <td colspan=\"".$COLS."\" align=\"center\" class=\"doubler_big_row bottom2\">
+  <td colspan=\"".$COLS."\" align=\"center\" class=\"doubler_big_row bottom\">
     ".loadTemplate('admin_settings_saved', true, $message)."
   </td>
 </tr>\n";