web2project: web-based project management

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000380 [v1.3 Release] Contacts minor always 2010-02-22 05:42 2010-04-01 00:43
Reporter Joachim View Status public  
Assigned To caseydk
Priority normal Resolution fixed  
Status closed   Product Version
Summary 0000380: Call to undefined method CContact::getUpcomingBirthdays()
Description PHP Fatal error: Call to undefined method CContact::getUpcomingBirthdays() in /srv/www/htdocs/web2project/modules/contacts/contacts.class.php on line 517 when using ICS calendar.

Missing function in CContact. I made the following change to get the calendar to work.

  public function hook_calendar($userId) {
// return $this->getUpcomingBirthdays($userId);
    return NULL;
  }
Additional Information I'm using web2project from svn trunk rev 966 and todos module 1.0.1.
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0000756)
caseydk (administrator)
2010-02-23 16:57

Yeah... this one is my fault. Something got committed that shouldn't have been.

If we ever meet, I owe you a tasty beverage of your choice (and less than $10 USD in value). ;)
(0000757)
caseydk (administrator)
2010-02-23 17:00

Resolved in r967
(0000811)
caseydk (administrator)
2010-04-01 00:43

Closed in v1.3 release.

- Issue History
Date Modified Username Field Change
2010-02-22 05:42 Joachim New Issue
2010-02-23 16:56 caseydk Status new => assigned
2010-02-23 16:56 caseydk Assigned To => caseydk
2010-02-23 16:57 caseydk Note Added: 0000756
2010-02-23 17:00 caseydk Note Added: 0000757
2010-02-23 17:00 caseydk Status assigned => resolved
2010-02-23 17:00 caseydk Resolution open => fixed
2010-04-01 00:43 caseydk Note Added: 0000811
2010-04-01 00:43 caseydk Status resolved => closed
2010-04-01 00:43 caseydk Fixed in Version => 1.3


Mantis 1.1.8[^]
Copyright © 2000 - 2009 Mantis Group
Powered by Mantis Bugtracker