From e4d2565e05a517641de921c4c19a2c9d1beea2e7 Mon Sep 17 00:00:00 2001 From: nicosomb Date: Thu, 18 Apr 2013 15:39:34 +0200 Subject: =?UTF-8?q?#4=20-=20ajout=20syst=C3=A8me=20de=20connexion=20(login?= =?UTF-8?q?=20poche=20mot=20de=20passe=20poche=20pour=20l'instant)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'import.php') diff --git a/import.php b/import.php index 135443c9..72e3eac7 100644 --- a/import.php +++ b/import.php @@ -30,7 +30,7 @@ else { $url = $a[0]->href; - action_to_do('add', $url, $token); + action_to_do('add', $url); if ($read == '1') { $last_id = $db->getHandle()->lastInsertId(); $sql_update = "UPDATE entries SET is_read=~is_read WHERE id=?"; -- cgit v1.2.3