diff options
Diffstat (limited to 'process.php')
-rw-r--r-- | process.php | 1 |
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 | |||
18 | switch ($action) | 17 | switch ($action) |
19 | { | 18 | { |
20 | case 'toggle_fav' : | 19 | case 'toggle_fav' : |