OSDN Git Service

スレ一覧がカテゴリーの時ソートしなくなった不具合の修正
authorh677 <h677>
Sat, 23 Oct 2004 07:39:29 +0000 (07:39 +0000)
committerh677 <h677>
Sat, 23 Oct 2004 07:39:29 +0000 (07:39 +0000)
BoardGroup.pas

index 095a573..a4a1326 100644 (file)
@@ -647,7 +647,7 @@ begin
 
        Duplicates              := dupIgnore;
        CaseSensitive   := False;
-       Sorted                          := True;
+       //Sorted                                := True;
 end;
 
 destructor TCategory.Destroy;
@@ -793,7 +793,7 @@ procedure TBoard.Init;
 begin
        Duplicates              := dupIgnore;
        CaseSensitive   := False;
-       Sorted                          := True;
+       //Sorted                                := True;
 
        FNo := 0;
        FTitle := '';