Menu

#639 "Bleed time" in configuration not used

open
nobody
None
5
2012-12-21
2009-02-02
Jason Oster
No

$ grep -ire 'bleed' .

./default_config.php: $this->bleed_time = '-1'; // This allows events past midnight to just be displayed on the starting date, only good up to 24 hours. Range from '0000' to '2359', or '-1' for no bleed time.

./functions/parse/end_vevent.php: $bleed_check = (($start_unixtime - $end_unixtime) <= (60*60*24)) ? '-1' : '0';

./functions/parse/end_vevent.php: $bleed_check = 0;

./README: -Added ability to set 'bleed time' for events that run past midnight.

-----

'$this->bleed_time' from default_config.php is never used.

'$bleed_check' in end_vevent.php is also never used.

Discussion

  • Jim Hu

    Jim Hu - 2009-02-03

    yes... blush... I never figured out exactly what it's supposed to do...

     
  • Russe

    Russe - 2009-04-18

    I need the bleed time as well.

     

Log in to post a comment.