]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/holiday_functions.php
config.php partly solved, see #117
[mailer.git] / inc / libs / holiday_functions.php
index 58dba68cb614096cf76c6b7b0ac012b3c2eb62d0..885c6551a7243c00edd5164907aad520fa4bad87 100644 (file)
@@ -69,8 +69,8 @@ LIMIT 1", array(bigintval($content['userid'])), __FUNCTION__, __LINE__, false));
 
                        // Prepare array
                        $content = array(
-                               'holiday_end'      => generateDateTime($content['holiday_end']  , "3"),
-                               'holiday_start'    => generateDateTime($content['holiday_start'], "3"),
+                               'holiday_end'      => generateDateTime($content['holiday_end']  , '3'),
+                               'holiday_start'    => generateDateTime($content['holiday_start'], '3'),
                                'holiday_comments' => $content['comments']
                        );