aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xdb/poche.sqlitebin294912 -> 294912 bytes
-rw-r--r--inc/poche/config.inc.php2
2 files changed, 1 insertions, 1 deletions
diff --git a/db/poche.sqlite b/db/poche.sqlite
index 2aee61f4..45add0d7 100755
--- a/db/poche.sqlite
+++ b/db/poche.sqlite
Binary files differ
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);