bugphpGroupWare - Bugs: bug #13057, Define problem that might result...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #13057: Define problem that might result in a runtime bug

Submitter:  Kai Hofmann <powerstat>
Submitted:  Wed 11 May 2005 01:19:08 PM UTC
   
 
Category:  calendar Item Group:  SVN trunk (dev code)
Severity:  4 - Important Priority:  7 - High
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  Open
Component Version:  SVN Operating System:  None
Reproducibility:  None Planned Release:  None
Fixed Release: 

Discussion

Wed 11 May 2005 01:19:08 PM UTC, original submission:  

class.boicalendar.inc.php:
define('ACCEPTED',1);
define('TENTATIVE',3);

class.socalendar__.inc.php:
define('TENTATIVE',2);
define('ACCEPTED',3);


The values should be the same or one define set
should be renamed to avoid conflicts.

Kai Hofmann <powerstat>

 

Attached Files

This item currently has no attached files.

 

Dependencies

This item does not depend on any other items.

No items depend on this one.

 

Mail Notification Carbon-Copy List

 

Votes

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

History

No changes have been made to this item

Back to the top

Powered by Savane 3.16-ed84.
Corresponding source code