Skip to content

Commit

Permalink
Doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jul 21, 2015
1 parent 84be353 commit 9e35fd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/comm/action/class/actioncomm.class.php
Expand Up @@ -106,8 +106,8 @@ class ActionComm extends CommonObject
var $note; // Description

var $userassigned = array(); // Array of user ids
var $userownerid; // Id of user owner
var $userdoneid; // Id of user done
var $userownerid; // Id of user owner = fk_user_action into table
var $userdoneid; // Id of user done (deprecated)

/**
* Object user of owner
Expand Down

0 comments on commit 9e35fd1

Please sign in to comment.