From cb1348bc5c514e98595ccc3b050054ce14ca8e8f Mon Sep 17 00:00:00 2001 From: nicosomb Date: Thu, 18 Apr 2013 08:25:15 +0200 Subject: =?UTF-8?q?Fixed=20#53=20-=20on=20ne=20passait=20pas=20d'id=20pour?= =?UTF-8?q?=20la=20cr=C3=A9ation=20du=20r=C3=A9pertoire=20d'images=20lors?= =?UTF-8?q?=20de=20l'import=20pocket?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inc/functions.php | 1 + 1 file changed, 1 insertion(+) (limited to 'inc') diff --git a/inc/functions.php b/inc/functions.php index a6109ef7..b7c7baff 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -240,6 +240,7 @@ function action_to_do($action, $id, $url, $token) if ($url == '') continue; + # FIXME corriger cette génération d'ID $req = $db->getHandle()->query("SELECT id FROM entries ORDER BY id DESC"); $id = $req->fetchColumn()+1; -- cgit v1.2.3