@@ -58,7 +58,7 @@ class ActionComm extends CommonObject
var$percentage;// Percentage
var$location;// Location
var$transparency;// Transparency (ical standard). Used to say if people assigned to event are busy or not by event. 0=available, 1=busy, 2=busy (refused events)
var$priority;// Free text ('' By default)
var$priority;// Small int (0 By default)
var$note;// Description
var$usertodo;// Object user that must do action
...
...
@@ -116,7 +116,7 @@ class ActionComm extends CommonObject