From a922decb1134d5beadc193b61975e29f2d8253e1 Mon Sep 17 00:00:00 2001 From: Frank Bergkemper Date: Wed, 11 Jan 2017 14:00:52 +0100 Subject: [PATCH] Fix to Bugreport #744 Comment lines with '#' are deprecated, replaced it with ';'. Fixes #744: Comment line with #: Deprecated, replace with ';' --- install/configuration.ini | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/install/configuration.ini b/install/configuration.ini index afc6ffee791..152050d60a1 100644 --- a/install/configuration.ini +++ b/install/configuration.ini @@ -1,22 +1,22 @@ [session] -# Default: 3600 seconds +; Default: 3600 seconds timeout=3600 [tables] -# Possible values for pagination -# Default: 10,25,50,100 +; Possible values for pagination +; Default: 10,25,50,100 pagination_values=10,25,50,100 -# Default number of rows per page -# for possible values see pagination_values -# Default: 25 +; Default number of rows per page +; for possible values see pagination_values +; Default: 25 pagination_default_value=25 -# State saving - restore table state on page reload. -# Default: false +; State saving - restore table state on page reload. +; Default: false save_previous_state=false [autochanger] -# Pooltype for label to use as filter. -# Default: none +; Pooltype for label to use as filter. +; Default: none labelpooltype=scratch