From 7046d3900ce6be2bc4d1459bd0c42fc4870246a1 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Thu, 14 Sep 2017 16:04:49 +0200 Subject: [PATCH] No more lightdb:delete v4 --- build/lightdb/core/lightdb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/lightdb/core/lightdb.php b/build/lightdb/core/lightdb.php index 07693dd..434a86a 100644 --- a/build/lightdb/core/lightdb.php +++ b/build/lightdb/core/lightdb.php @@ -117,7 +117,7 @@ $already_line = $this->line; /* (1) On vérifie que la clé est unique */ - if( !array_key_exists($key, $this->index) ){ + if( !array_key_exists($key, $this->index) ) $already_line = $this->index[$key]['line']; $key = (string) $key;