Remove static url for testing

This commit is contained in:
Thomas Bruederli 2011-07-23 14:41:12 +02:00
parent be0e774998
commit 267e50cd95

View file

@ -703,9 +703,6 @@ class kolab_driver extends calendar_driver
// ask kolab server first
$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
if (!$fbdata) {
$fburl = null;