Переглянути джерело

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 роки тому
батько
коміт
6ff2f61819
1 змінених файлів з 1 додано та 1 видалено
  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 ) {