From d06f30ef931402a1e56aab841ce852b3b81a9697 Mon Sep 17 00:00:00 2001 From: nicosomb Date: Thu, 18 Apr 2013 10:15:46 +0200 Subject: =?UTF-8?q?Fixed=20#54=20-=20r=C3=A9cup=C3=A9ration=20de=20l'id=20?= =?UTF-8?q?am=C3=A9lior=C3=A9e=20et=20utilisation=20de=20action=5Fto=5Fdo(?= =?UTF-8?q?)=20pour=20l'insertion=20dans=20l'import=20pocket?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inc/config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'inc/config.php') diff --git a/inc/config.php b/inc/config.php index 4db3cf40..386fd036 100644 --- a/inc/config.php +++ b/inc/config.php @@ -14,6 +14,7 @@ if (!is_dir('db/')) { define ('DB_PATH', 'sqlite:./db/poche.sqlite'); define ('ABS_PATH', 'assets/'); +define ('CONVERT_LINKS_FOOTNOTES', TRUE); define ('DOWNLOAD_PICTURES', TRUE); include 'db.php'; @@ -50,5 +51,5 @@ $url = (isset ($_GET['url'])) ? $_GET['url'] : ''; $token = (isset ($_REQUEST['token'])) ? $_REQUEST['token'] : ''; if ($action != '') { - action_to_do($action, $id, $url, $token); + action_to_do($action, $url, $token, $id); } -- cgit v1.2.3