ソースを参照

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';
     $allow_server_sort = 'false';
 }
 }
 if ( !$uid_support ) {
 if ( !$uid_support ) {
-    $uid_support = 'false';
+    $uid_support = 'true';
 }
 }
 
 
 if ( !$allow_charset_search ) {
 if ( !$allow_charset_search ) {