dblayer : removing the unused create function (later than 0.8)

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2548 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2016-02-23 13:41:20 +00:00
parent 6b5056348b
commit 019beadf57

View File

@@ -551,14 +551,6 @@ class dblayer
return $errors;
}
/** Create a new entry in the table. Datas must be an indexed array
@param array $data Datas to be recorded (column=>value)
@obsolete 0.5 */
public function create ($data)
{
return $this->insert ($data);
}
/** Insert a new line of data in the table. Datas must be an indexed array
@param array $data Datas to be recorded (column=>value)*/
public function insert ($data)