Laurent Destailleur il y a 1 an
Parent
commit
4c116e1577
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      htdocs/core/class/commonobject.class.php

+ 1 - 1
htdocs/core/class/commonobject.class.php

@@ -8850,7 +8850,7 @@ abstract class CommonObject
 
 
 	/**
-	 * Function to prepare a part of the query for insert.
+	 * Function to return the array of data key-value from the ->fields and all the ->properties of an object.
 	 * Note $this->${field} are set by the page that make the createCommon or the updateCommon.
 	 * $this->${field} should be a clean value. The page can run
 	 *