comparison mgallery.inc.php @ 235:028291a78acb

Get rid of the "use tables" option.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 27 Mar 2018 15:12:02 +0300
parents e7e9b39f2480
children 474d88b8188b
comparison
equal deleted inserted replaced
234:ca5f13c8f535 235:028291a78acb
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 "album_icon" => [MG_STR, "album_sm.png"], 71 "album_icon" => [MG_STR, "album_sm.png"],
72
73 "use_tables" => [MG_BOOL, FALSE],
74 "album_row_limit" => [MG_INT, 5],
75 72
76 "title_prefix" => [MG_STR, ""], 73 "title_prefix" => [MG_STR, ""],
77 "title_sep" => [MG_STR, " - "], 74 "title_sep" => [MG_STR, " - "],
78 "page_info" => [MG_STR, "Powered by <b>MGallery ".$mgProgVersion."</b> &copy; Copyright ".$mgProgCopyright], 75 "page_info" => [MG_STR, "Powered by <b>MGallery ".$mgProgVersion."</b> &copy; Copyright ".$mgProgCopyright],
79 76