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: 

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>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

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.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code