Re: ToDo list error
Attila Csontos <[email protected]>
| Newsgroups | gmane.comp.web.phpgroupware.general |
|---|---|
| Organization | phpGroupware Forums |
| Message-ID | <[email protected]> |
I found solution:
https://savannah.gnu.org/bugs/?20555
Then edit the class.bo.inc.php,
go near line 46 and change :
$this->datetime = CreateObject('phpgwapi.datetime');
to
$this->datetime = CreateObject('phpgwapi.phpgw_datetime'); Sent from the phpGroupWare forums @ http://forums.phpGroupWare.org