]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/functions.php
Fixed #53 - on ne passait pas d'id pour la création du répertoire d'images lors de...
[github/wallabag/wallabag.git] / inc / functions.php
index a6109ef72adf28d7fb749d6bba0bb49dc03ddf9c..b7c7baffaf09cfe6b747276107a92c0172f6d651 100644 (file)
@@ -240,6 +240,7 @@ function action_to_do($action, $id, $url, $token)
             if ($url == '')
                 continue;
 
+            # FIXME corriger cette génération d'ID
             $req = $db->getHandle()->query("SELECT id FROM entries ORDER BY id DESC");
             $id = $req->fetchColumn()+1;