Revision: 2698
          https://sourceforge.net/p/mrbs/code/2698/
Author:   cimorrison
Date:     2013-02-15 08:31:05 +0000 (Fri, 15 Feb 2013)
Log Message:
-----------
Fixed bug causing slots to be reported as 'n days, 0 minutes' instead of 'n 
days'

Modified Paths:
--------------
    mrbs/trunk/web/js/edit_entry.js.php

Modified: mrbs/trunk/web/js/edit_entry.js.php
===================================================================
--- mrbs/trunk/web/js/edit_entry.js.php 2013-02-14 11:28:37 UTC (rev 2697)
+++ mrbs/trunk/web/js/edit_entry.js.php 2013-02-15 08:31:05 UTC (rev 2698)
@@ -732,7 +732,7 @@
   // a number or a string, so convert it to a string so that we
   // know what we are dealing with
   ?>
-  duration.toString();
+  duration = duration.toString();
   
   if (days !== 0)
   {
------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to