From 019beadf57944b9c1f7be840eeb62bb6637ea791 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Tue, 23 Feb 2016 13:41:20 +0000 Subject: [PATCH] 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 --- dblayer.php | 8 -------- 1 file changed, 8 deletions(-) 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)