Browse Source

Merge remote-tracking branch 'origin/3.5' into 3.6

Laurent Destailleur 11 years ago
parent
commit
86b2887d44
1 changed files with 2 additions and 2 deletions
  1. 2 2
      htdocs/core/triggers/interface_50_modAgenda_ActionsAuto.class.php

+ 2 - 2
htdocs/core/triggers/interface_50_modAgenda_ActionsAuto.class.php

@@ -723,8 +723,8 @@ class InterfaceActionsAuto
 			$actioncomm->contact     = $contactforaction;
 			$actioncomm->societe     = $societeforaction;
 			$actioncomm->author      = $user;   // User saving action
-			//$actioncomm->usertodo  = $user;	// User affected to action
-			$actioncomm->userdone    = $user;	// User doing action
+			$actioncomm->usertodo    = $user;	// User action is assigned to (owner of action)
+			$actioncomm->userdone    = $user;	// User doing action (deprecated, not used anymore)
 
 			$actioncomm->fk_element  = $object->id;
 			$actioncomm->elementtype = $object->element;