Closed (fixed)
Project:
BACnet
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
11 Aug 2014 at 19:59 UTC
Updated:
12 Aug 2014 at 17:18 UTC
Jump to comment: Most recent
Throughout your code you have a lot of commented out items as well as unused variables. I'd suggest going through your module and cleaning up the unused variables as well as any commented out lines of code such as
// drupal_set_message( 'End date:'.$end_date );
// drupal_set_message( 'Start '.$start_date.'---- as a Timestamp '.date('m/d/Y',strtotime($start_date)).' Test date: '.date('m/d/Y',strtotime( '-0 day')) );
Comments
Comment #1
dbt102 commentedComment #2
dbt102 commentedI cleaned up many unused variables and committed them while working on some other issues at https://www.drupal.org/node/2318877#comment-9049005 . Closing this for now since the code noted, and more was addressed.
Comment #3
dbt102 commented