1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

changement de la structure de la bdd sqlite : on stocke le contenu maintenant issue #17

This commit is contained in:
nicosomb 2013-04-12 12:25:58 +02:00
parent b70971e06b
commit 67e7910439
5 changed files with 49 additions and 49 deletions

View file

@ -14,7 +14,6 @@ $db = new db(DB_PATH);
$action = (isset ($_GET['action'])) ? htmlspecialchars($_GET['action']) : '';
$id = (isset ($_GET['id'])) ? htmlspecialchars($_GET['id']) : '';
switch ($action)
{
case 'toggle_fav' :