Removed code that forces $uid_support = true, since it is now done in functions/globa...
authortassium <tassium@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 30 Sep 2003 19:26:32 +0000 (19:26 +0000)
committertassium <tassium@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 30 Sep 2003 19:26:32 +0000 (19:26 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5804 7612ce4b-ef26-0410-bec9-ea0150e637f0

config/conf.pl

index 3d9e562ffb51b3e1ba18f48f352acf4470a45e3f..6d92e1189c29e87049b76b479d479bcefbcbbd92 100755 (executable)
@@ -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