# HG changeset patch # User Matti Hamalainen # Date 1504526282 -10800 # Node ID 9589faf2e8a16526caf349c296750e259c641a9c # Parent 18061527d1cdcba20b881d1c6fedddd09737bf2d Change use_tables default to FALSE. diff -r 18061527d1cd -r 9589faf2e8a1 mgallery.inc.php --- 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, ""],