Fix for the fix...
[mailer.git] / inc / modules / admin / what-list_user.php
index 9e689ce6c4f681b95cf119af98289d26a960bade..95e3d7172b53cc34a0f374fcf2ecb6f77e28eb1a 100644 (file)
@@ -119,12 +119,12 @@ LIMIT 1",
                if ($CATS > 0) $CATS = $BASE."&amp;what=list_cats&amp;u_id=".$uid."\">".$CATS."</A>]";
 
                // Calculate timestamp for birthday
                if ($CATS > 0) $CATS = $BASE."&amp;what=list_cats&amp;u_id=".$uid."\">".$CATS."</A>]";
 
                // Calculate timestamp for birthday
-               $stamp = MAKE_DATETIME(mktime(0, 0, 0, $DATA['birth_month'], $DATA['birth_day'], $DATA['birth_year']), "3");
+               $stamp = mktime(0, 0, 0, $DATA['birth_month'], $DATA['birth_day'], $DATA['birth_year']);
 
                // Is this above zero?
                if ($stamp > 0) {
                        // Then use it
 
                // Is this above zero?
                if ($stamp > 0) {
                        // Then use it
-                       define('_BIRTHDAY', $stamp);
+                       define('_BIRTHDAY', MAKE_DATETIME($stamp, "3"));
                } else {
                        // Zero or below so set zero!
                        define('_BIRTHDAY', MAKE_DATETIME(0, "3"));
                } else {
                        // Zero or below so set zero!
                        define('_BIRTHDAY', MAKE_DATETIME(0, "3"));