Revision: 1580
          http://mrbs.svn.sourceforge.net/mrbs/?rev=1580&view=rev
Author:   cimorrison
Date:     2010-11-03 12:31:07 +0000 (Wed, 03 Nov 2010)

Log Message:
-----------
Added comment

Modified Paths:
--------------
    mrbs/branches/from_to_bookings/web/functions.inc

Modified: mrbs/branches/from_to_bookings/web/functions.inc
===================================================================
--- mrbs/branches/from_to_bookings/web/functions.inc    2010-11-03 12:29:03 UTC 
(rev 1579)
+++ mrbs/branches/from_to_bookings/web/functions.inc    2010-11-03 12:31:07 UTC 
(rev 1580)
@@ -230,6 +230,7 @@
   $days = $dur / $mins_in_day;
   $remainder = $dur % $mins_in_day;
   
+  // We'll express the duration as an integer, in days if possible, otherwise 
periods
   if (($remainder == 0) || (($start_period == 0) && ($remainder == 
$max_periods)))
   {
     $dur = (int) $days;


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Achieve Improved Network Security with IP and DNS Reputation.
Defend against bad network traffic, including botnets, malware, 
phishing sites, and compromised hosts - saving your company time, 
money, and embarrassment.   Learn More! 
http://p.sf.net/sfu/hpdev2dev-nov
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to