aboutsummaryrefslogtreecommitdiffhomepage
path: root/process.php
diff options
context:
space:
mode:
authornicosomb <nicolas@loeuillet.org>2013-04-12 12:25:58 +0200
committernicosomb <nicolas@loeuillet.org>2013-04-12 12:25:58 +0200
commit67e7910439d364f1f7a4dac1d233a7c1055fb933 (patch)
treea694e1e9ed7c170d87bec6e152105ddd25e87813 /process.php
parentb70971e06b67786bb61e863cf89b3b061b4f6467 (diff)
downloadwallabag-67e7910439d364f1f7a4dac1d233a7c1055fb933.tar.gz
wallabag-67e7910439d364f1f7a4dac1d233a7c1055fb933.tar.zst
wallabag-67e7910439d364f1f7a4dac1d233a7c1055fb933.zip
changement de la structure de la bdd sqlite : on stocke le contenu maintenant issue #17
Diffstat (limited to 'process.php')
-rw-r--r--process.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/process.php b/process.php
index ef258308..0bd20e5d 100644
--- a/process.php
+++ b/process.php
@@ -14,7 +14,6 @@ $db = new db(DB_PATH);
14$action = (isset ($_GET['action'])) ? htmlspecialchars($_GET['action']) : ''; 14$action = (isset ($_GET['action'])) ? htmlspecialchars($_GET['action']) : '';
15$id = (isset ($_GET['id'])) ? htmlspecialchars($_GET['id']) : ''; 15$id = (isset ($_GET['id'])) ? htmlspecialchars($_GET['id']) : '';
16 16
17
18switch ($action) 17switch ($action)
19{ 18{
20 case 'toggle_fav' : 19 case 'toggle_fav' :