comparison mgallery.inc.php @ 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 0c8a8c0438bf
comparison
equal deleted inserted replaced
141:18061527d1cd 142:9589faf2e8a1
66 "header_file" => [MG_STR, "header.txt"], 66 "header_file" => [MG_STR, "header.txt"],
67 "info_file" => [MG_STR, "gallery.info"], 67 "info_file" => [MG_STR, "gallery.info"],
68 "cache_file" => [MG_STR, ".mgallery.cache"], 68 "cache_file" => [MG_STR, ".mgallery.cache"],
69 69
70 "cover_images" => [MG_BOOL, TRUE], 70 "cover_images" => [MG_BOOL, TRUE],
71 "use_tables" => [MG_BOOL, TRUE],
72 "album_icon" => [MG_STR, "album_sm.png"], 71 "album_icon" => [MG_STR, "album_sm.png"],
73 72
73 "use_tables" => [MG_BOOL, FALSE],
74 "album_row_limit" => [MG_INT, 5], 74 "album_row_limit" => [MG_INT, 5],
75 75
76 "title_prefix" => [MG_STR, ""], 76 "title_prefix" => [MG_STR, ""],
77 "title_sep" => [MG_STR, " - "], 77 "title_sep" => [MG_STR, " - "],
78 "page_info" => [MG_STR, "<b>MGallery ".$mgProgVersion."</b> &copy; Copyright ".$mgProgCopyright], 78 "page_info" => [MG_STR, "<b>MGallery ".$mgProgVersion."</b> &copy; Copyright ".$mgProgCopyright],