diff --git a/dblayer.php b/dblayer.php index ec3aa21..4a33c0b 100644 --- a/dblayer.php +++ b/dblayer.php @@ -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)