]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/doubler_functions.php
Mailer used in many places, we still need a good 'selling' title
[mailer.git] / inc / libs / doubler_functions.php
index 6b8d7f8b92c563f4474057c561fd605fc2f3110e..2a2100f59272ed2a4613f8525377ed613aa071ff 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                            *
@@ -43,9 +43,9 @@ if (!defined('__SECURITY')) {
 
 // Generates a HTML table based on given data
 // @TODO Lame description
-function generateDoublerTable ($userid = 0, $done = 'N', $ref = 'N', $sort = 'ASC') {
-       if (empty($cnt)) $cnt = 0;
-       $add = ''; $DT_MODE = 0;
+function generateDoublerTable ($userid = '0', $done = 'N', $ref = 'N', $sort = 'ASC') {
+       if (empty($cnt)) $cnt = '0';
+       $add = ''; $DT_MODE = '0';
        if ($userid > 0) {
                // Load entries only from a single user
                $add = sprintf(" AND `userid`=%s", bigintval($userid));
@@ -92,11 +92,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
@@ -122,7 +122,7 @@ LIMIT ".$limit, __FUNCTION__, __LINE__);
 //
 function DOUBLER_GET_TOTAL_POINTS_LEFT() {
        // Initialize variables
-       $points = 0;
+       $points = '0';
 
        if (getConfig('doubler_own') == 'Y') {
                // Take points from doubler's own account