Browse Source

set uid_support to true so we can track down errors quicker if SM-1.3.0 is
released. Maybe it's not very nice for the users but we only release devel
to stabilize it quicker.

stekkel 23 years ago
parent
commit
6ff2f61819
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/conf.pl

+ 1 - 1
config/conf.pl

@@ -297,7 +297,7 @@ if ( !$allow_server_sort ) {
     $allow_server_sort = 'false';
 }
 if ( !$uid_support ) {
-    $uid_support = 'false';
+    $uid_support = 'true';
 }
 
 if ( !$allow_charset_search ) {