~ubuntu-branches/ubuntu/vivid/davical/vivid

« back to all changes in this revision

Viewing changes to inc/freebusy-functions.php

  • Committer: Bazaar Package Importer
  • Author(s): Andrew McMillan
  • Date: 2011-10-24 20:09:10 UTC
  • Revision ID: james.westby@ubuntu.com-20111024200910-2mz5wmc9ukh22vge
Tags: 0.9.9.7-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
      if ( $calendar_object->status == 'TENTATIVE' ) {
51
51
        $extra = ';BUSY-TENTATIVE';
52
52
      }
 
53
      else if ( isset($c->_workaround_client_freebusy_bug) && $c->_workaround_client_freebusy_bug ) {
 
54
        $extra = ';BUSY';
 
55
      }
53
56
//      else if ( $debugging ) {
54
57
//        $extra = ';'.$calendar_object->dav_id;
55
58
//      }