replaced gif?s with png?s

This commit is contained in:
sebastian 2005-07-30 13:39:23 +00:00
parent a264b42824
commit 395c0af2bd
98 changed files with 742 additions and 742 deletions

View file

@ -525,7 +525,7 @@ class uiScheduler extends uiCalendar
## XML-RPC wrapper methods ############################################################################################
function initXmlRpc()
{
include_once dirname(__FILE__).'/SchedulerPhpClient.class.php';
include_once dirname(__FILE__).'/ui_schedulerPhpClient.class.php';
$this->spc =& SchedulerPhpClient::factory($this->Base->dbc, $mdefs, $this->Base->config, FALSE, FALSE);
}