Revision: 2463
https://sourceforge.net/p/mrbs/code/2463/
Author: cimorrison
Date: 2012-10-03 14:39:01 +0000 (Wed, 03 Oct 2012)
Log Message:
-----------
Eliminated the use of the deprecated $is_dst parameter to mktime()
Modified Paths:
--------------
mrbs/branches/flexible_day_end/web/import.php
Modified: mrbs/branches/flexible_day_end/web/import.php
===================================================================
--- mrbs/branches/flexible_day_end/web/import.php 2012-10-03 14:11:37 UTC
(rev 2462)
+++ mrbs/branches/flexible_day_end/web/import.php 2012-10-03 14:39:01 UTC
(rev 2463)
@@ -319,8 +319,7 @@
$y = $date['year'];
$am7 = mktime($room_settings[$booking['room_id']]['morningstarts'],
$room_settings[$booking['room_id']]['morningstarts_minutes'],
- 0, $m, $d, $y,
- is_dst($m, $d, $y,
$room_settings[$booking['room_id']]['morningstarts']));
+ 0, $m, $d, $y);
$booking['start_time'] = round_t_down($booking['start_time'],
$room_settings[$booking['room_id']]['resolution'],
$am7);
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits