diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-06 15:51:48 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-06 15:51:48 +0200 |
commit | 8d3275bee488d058c6ff0efe6e81d20a584d3709 (patch) | |
tree | 80b82707b6aecc5e29fa72cbdcf8ffe76ba8b7b4 /inc/store/store.class.php | |
parent | 7ce7ec4c942e0a3567858ad0ec8e654000b49a3f (diff) | |
download | wallabag-8d3275bee488d058c6ff0efe6e81d20a584d3709.tar.gz wallabag-8d3275bee488d058c6ff0efe6e81d20a584d3709.tar.zst wallabag-8d3275bee488d058c6ff0efe6e81d20a584d3709.zip |
multi user
Diffstat (limited to 'inc/store/store.class.php')
-rw-r--r-- | inc/store/store.class.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/inc/store/store.class.php b/inc/store/store.class.php index 5f8939b9..d6e63014 100644 --- a/inc/store/store.class.php +++ b/inc/store/store.class.php | |||
@@ -52,8 +52,4 @@ class Store { | |||
52 | public function getLastId() { | 52 | public function getLastId() { |
53 | 53 | ||
54 | } | 54 | } |
55 | |||
56 | public function updateContentById($id) { | ||
57 | |||
58 | } | ||
59 | } | 55 | } |