]> git.mxchange.org Git - mailer.git/blobdiff - inc/reset/reset_holiday.php
Fix for #138 and some 'empty version' fixed
[mailer.git] / inc / reset / reset_holiday.php
index 998e929438226d9ac7308dd8a7076d429d6fa6f2..418e939a61c8f8fe92676eb027819111924d66dc 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 12/10/2005 *
- * ===============                              Last change: 12/10/2005 *
+ * Mailer v0.2.1-FINAL                                Start: 12/10/2005 *
+ * ===================                          Last change: 12/10/2005 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : reset_holiday.php                                *
@@ -73,9 +73,9 @@ LIMIT 1",
 
                        // Prepare all data for the template
                        $content = array(
-                               'activated' => generateDateTime($content['holiday_activated'], '1'),
-                               'start'     => generateDateTime($content['holiday_start']    , '1'),
-                               'end'       => generateDateTime($content['holiday_end']      , '1')
+                               'activated' => generateDateTime($content['holiday_activated'], 1),
+                               'start'     => generateDateTime($content['holiday_start']    , 1),
+                               'end'       => generateDateTime($content['holiday_end']      , 1)
                        );
 
                        // Send email to user
@@ -101,7 +101,7 @@ LIMIT 1",
 // Free memory
 SQL_FREERESULT($result_main);
 
-// Stop currently activated holidays
+// Stop2 currently activated holidays
 stopHolidays();
 
 // [EOF]