aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-05 10:03:59 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-05 10:03:59 +0200
commita12832488d7da2fc7caffae3b5a6b06a02912c67 (patch)
treeffff949c612a7fb823d5b2e2f29aa0a7a30afa8d /inc
parenta62788c61ef80e6b0f1cf0b6304b2dfd2223aa38 (diff)
downloadwallabag-a12832488d7da2fc7caffae3b5a6b06a02912c67.tar.gz
wallabag-a12832488d7da2fc7caffae3b5a6b06a02912c67.tar.zst
wallabag-a12832488d7da2fc7caffae3b5a6b06a02912c67.zip
update poche.sqlite
Diffstat (limited to 'inc')
-rw-r--r--inc/poche/config.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/config.inc.php b/inc/poche/config.inc.php
index a16098d1..eb0c1bb5 100644
--- a/inc/poche/config.inc.php
+++ b/inc/poche/config.inc.php
@@ -9,7 +9,7 @@
9 */ 9 */
10 10
11define ('POCHE_VERSION', '1.0-alpha'); 11define ('POCHE_VERSION', '1.0-alpha');
12define ('MODE_DEMO', TRUE); 12define ('MODE_DEMO', FALSE);
13define ('DEBUG_POCHE', FALSE); 13define ('DEBUG_POCHE', FALSE);
14define ('CONVERT_LINKS_FOOTNOTES', FALSE); 14define ('CONVERT_LINKS_FOOTNOTES', FALSE);
15define ('REVERT_FORCED_PARAGRAPH_ELEMENTS', FALSE); 15define ('REVERT_FORCED_PARAGRAPH_ELEMENTS', FALSE);