Skip to content

Commit

Permalink
Added 'ldapauth_type' to list of obsolete configuration items.
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1758 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
robertjf committed Jan 23, 2003
1 parent 361ae60 commit d8f1909
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/obsolete.php
Expand Up @@ -6,7 +6,7 @@
# See the README and LICENSE files for details

# --------------------------------------------------------
# $Id: obsolete.php,v 1.9 2003-01-12 07:13:44 jfitzell Exp $
# $Id: obsolete.php,v 1.10 2003-01-23 06:24:55 robertjf Exp $
# --------------------------------------------------------

###########################################################################
Expand All @@ -32,6 +32,7 @@
config_obsolete( 'notify_admin_on_new', 'notify_flags' );
config_obsolete( 'view_bug_inc', 'bug_view_inc' );
config_obsolete( 'ldap_organisation', 'ldap_organization' );
config_obsolete( 'ldapauth_type', '' );
config_obsolete( 'summary_product_colon_category', 'summary_category_include_project' );

config_obsolete( 'allow_href_tags', 'html_make_links' );
Expand Down

0 comments on commit d8f1909

Please sign in to comment.