]> git.mxchange.org Git - mailer.git/blobdiff - inc/filters.php
Title rows added to several table, naming convention applied:
[mailer.git] / inc / filters.php
index fec9baeae0cb9da71918d9a4cbfec3b3eb300ad4..079efbc60aad554cce494c08a771fe18ac719a75 100644 (file)
@@ -1073,7 +1073,7 @@ function FILTER_SET_CURRENT_DATE () {
        // Set current date
        setConfigEntry('CURRENT_DATE', generateDateTime(time(), '3'));
 
-       // Timestamp for yesterday, today ... all at 00:00 am
+       // Epoche time for yesterday, today ... all at 00:00 am
        setConfigEntry('START_YDAY', makeTime(0, 0, 0, time() - getOneDay()));
        setConfigEntry('START_TDAY', makeTime(0, 0, 0, time()));
 }