Fix for 1 second
[mailer.git] / inc / functions.php
index e792e79ddfd553a93e4a3594ddac1be6416d918a..b9369d3ebcfab2aa0a985c25b2c9059783eebd21 100644 (file)
@@ -1291,7 +1291,7 @@ function CREATE_TIME_SELECTIONS($timestamp, $prefix="", $display="", $align="cen
        global $_CONFIG;
 
        // Calculate 2-seconds timestamp
-       $stamp = round($timestamp / 2) * 2;
+       $stamp = round($timestamp);
 
        // Do we have a leap year?
        $SWITCH = 0;