From bd6d6fd9c71e37ec2cc5d85be2e3b9968c3117af Mon Sep 17 00:00:00 2001 From: tassium Date: Tue, 30 Sep 2003 19:26:32 +0000 Subject: [PATCH] Removed code that forces $uid_support = true, since it is now done in functions/global.php. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5804 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/conf.pl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/conf.pl b/config/conf.pl index 3d9e562f..6d92e118 100755 --- a/config/conf.pl +++ b/config/conf.pl @@ -315,9 +315,6 @@ if ( !$allow_thread_sort ) { if ( !$allow_server_sort ) { $allow_server_sort = 'false'; } -if ( !$uid_support ) { - $uid_support = 'true'; -} if ( !$no_list_for_subscribe ) { $no_list_for_subscribe = 'false'; } @@ -2792,8 +2789,6 @@ sub save_data { print CF "\$allow_server_sort = $allow_server_sort;\n"; # boolean print CF "\$allow_charset_search = $allow_charset_search;\n"; - # boolean - print CF "\$uid_support = true;\n"; print CF "\n"; # all plugins are strings -- 2.25.1