diff --git a/db/poche.sqlite b/db/poche.sqlite index 2aee61f..45add0d 100755 Binary files a/db/poche.sqlite and b/db/poche.sqlite differ diff --git a/inc/poche/config.inc.php b/inc/poche/config.inc.php index a16098d..eb0c1bb 100644 --- a/inc/poche/config.inc.php +++ b/inc/poche/config.inc.php @@ -9,7 +9,7 @@ */ define ('POCHE_VERSION', '1.0-alpha'); -define ('MODE_DEMO', TRUE); +define ('MODE_DEMO', FALSE); define ('DEBUG_POCHE', FALSE); define ('CONVERT_LINKS_FOOTNOTES', FALSE); define ('REVERT_FORCED_PARAGRAPH_ELEMENTS', FALSE);