fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [17292] Removed commented code


From: erikhl
Subject: [Fmsystem-commits] [17292] Removed commented code
Date: Fri, 10 Nov 2017 05:40:18 -0500 (EST)

Revision: 17292
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=17292
Author:   erikhl
Date:     2017-11-10 05:40:18 -0500 (Fri, 10 Nov 2017)
Log Message:
-----------
Removed commented code

Modified Paths:
--------------
    trunk/controller/inc/component/class.year_calendar.inc.php

Modified: trunk/controller/inc/component/class.year_calendar.inc.php
===================================================================
--- trunk/controller/inc/component/class.year_calendar.inc.php  2017-11-10 
10:24:46 UTC (rev 17291)
+++ trunk/controller/inc/component/class.year_calendar.inc.php  2017-11-10 
10:40:18 UTC (rev 17292)
@@ -51,12 +51,10 @@
                        $period_end_date_ts = 
$this->get_start_date_year_ts($this->year + 1);
                        $repeat_type = $this->control->get_repeat_type();
                        $repeat_interval = 
$this->control->get_repeat_interval();
-                       //$has_check_lists = 
 
                        // Generates dates for time period with specified 
interval
                        $date_generator = new 
date_generator($ctr_start_date_ts, $ctr_end_date_ts, $period_start_date_ts, 
$period_end_date_ts, $repeat_type, $repeat_interval);
                        $dates_array = $date_generator->get_dates();
-//                     _debug_array($dates_array);
 
                        // Set status for control on each date to NOT DONE or 
REGISTERED
                        foreach ($dates_array as $date_ts)
@@ -119,7 +117,6 @@
                                        $has_completed_date = true;
                                        $month_nr_completed = date("n", 
$check_list_status_info->get_completed_date_ts());
                                }
-                               //var_dump('planned: ' . $month_nr_planned . 
'-completed: ' . $month_nr_completed . '->' . 
$check_list_status_info->get_completed_date_ts());
 
                                $repeat_type = $check_list->get_repeat_type();
                                //              if( 
!isset($this->calendar_array[ $month_nr ]) || $repeat_type > 
$this->calendar_array[ $month_nr ]['repeat_type'])
@@ -142,7 +139,7 @@
                                        
$this->calendar_array[$month_nr]["info"] = $check_list_status_info->serialize();
                                }
                        }
-//                     _debug_array($this->calendar_array);
+                       
                        /*Insert code to remove controls with changed due-date 
from array*/
                        $m_cnt = 0;
                        $not_done_due_date;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]