Laurent Destailleur 1 年之前
父節點
當前提交
4c116e1577
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
 	 *