diff options
author | plegall <plg@piwigo.org> | 2005-01-17 22:01:40 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-01-17 22:01:40 +0000 |
commit | bd9c43e364f002aeb7a8e22c3ccf786ec918cd60 (patch) | |
tree | 01b9d689177224962d9d3d86a09204dc3bb7e5ac /include/config.inc.php | |
parent | fad209723a3792618ffbcb41820f5a15781ffad6 (diff) |
- deletion of obsolete parameter $conf['max_LOV_categories']
- deletion of obsolete function get_enums
git-svn-id: http://piwigo.org/svn/trunk@706 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/config.inc.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/config.inc.php b/include/config.inc.php index edf3fb539..c9c23b0e5 100644 --- a/include/config.inc.php +++ b/include/config.inc.php @@ -81,11 +81,6 @@ $conf['top_number'] = 15; // anti-flood_time : number of seconds between 2 comments : 0 to disable $conf['anti-flood_time'] = 60; -// max_LOV_categories : maximum number of categories to display in a list of -// value. Over this limit, a textfield is displayed, asking for a category -// identifier -$conf['max_LOV_categories'] = 50; - // show_iptc_mapping : is used for showing IPTC metadata on picture.php // page. For each key of the array, you need to have the same key in the // $lang array. For example, if my first key is 'iptc_keywords' (associated |