[Vtigercrm-commits] [vtiger development] #5467: Calendar Issue: Getting MiniCal

vtiger development vtiger-tickets at trac.vtiger.com
Wed Jan 28 09:51:13 EST 2009


#5467: Calendar Issue: Getting MiniCal
-------------------------+--------------------------------------------------
  Reporter:  prasad      |       Owner:  developer
      Type:  defect      |      Status:  new      
  Priority:  unassigned  |   Milestone:  5.1.0    
 Component:  vtigercrm   |     Version:  5.0.4    
Resolution:              |    Keywords:           
-------------------------+--------------------------------------------------
Comment (by prasad):

 Sorry the formatting of code got lost in the last reply :(

 {{{
 function getDateTime() {
 ...

 // Add a check to reset the value
 if(empty($hour) && $hour !== 0) $hour = 0;
 // END

 $this->ts = mktime($hour,$minute,$second,$month,$day,$year);
 ...
 }
 }}}

-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/5467#comment:2>
vtiger development <http://trac.vtiger.com/>
vtigerCRM




More information about the vtigercrm-commits mailing list