Remove static url for testing
This commit is contained in:
parent
be0e774998
commit
267e50cd95
1 changed files with 0 additions and 3 deletions
|
@ -703,9 +703,6 @@ class kolab_driver extends calendar_driver
|
||||||
// ask kolab server first
|
// ask kolab server first
|
||||||
$fbdata = @file_get_contents(rcube_kolab::get_freebusy_url($email));
|
$fbdata = @file_get_contents(rcube_kolab::get_freebusy_url($email));
|
||||||
|
|
||||||
if (!$fbdata)
|
|
||||||
$fbdata = file_get_contents('http://localhost/roundcube/kolab/sample.ifb');
|
|
||||||
|
|
||||||
// get free-busy url from contacts
|
// get free-busy url from contacts
|
||||||
if (!$fbdata) {
|
if (!$fbdata) {
|
||||||
$fburl = null;
|
$fburl = null;
|
||||||
|
|
Loading…
Add table
Reference in a new issue