changeset 142:9589faf2e8a1

Change use_tables default to FALSE.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 04 Sep 2017 14:58:02 +0300
parents 18061527d1cd
children be2e9d5e127d
files mgallery.inc.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mgallery.inc.php	Mon Sep 04 14:57:49 2017 +0300
+++ b/mgallery.inc.php	Mon Sep 04 14:58:02 2017 +0300
@@ -68,9 +68,9 @@
   "cache_file"       => [MG_STR, ".mgallery.cache"],
 
   "cover_images"     => [MG_BOOL, TRUE],
-  "use_tables"       => [MG_BOOL, TRUE],
   "album_icon"       => [MG_STR, "album_sm.png"],
 
+  "use_tables"       => [MG_BOOL, FALSE],
   "album_row_limit"  => [MG_INT, 5],
 
   "title_prefix"     => [MG_STR, ""],