diff 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
line wrap: on
line diff
--- a/mgallery.inc.php	Tue Mar 27 11:34:26 2018 +0300
+++ b/mgallery.inc.php	Tue Mar 27 15:12:02 2018 +0300
@@ -70,9 +70,6 @@
   "cover_images"     => [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, ""],
   "title_sep"        => [MG_STR, " - "],
   "page_info"        => [MG_STR, "Powered by <b>MGallery ".$mgProgVersion."</b> &copy; Copyright ".$mgProgCopyright],