Pārlūkot izejas kodu

* Fix moustache function

Michaël Van Canneyt 3 gadi atpakaļ
vecāks
revīzija
6f673ec196
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      packages/bootstrap/bootstraptablewidget.pp

+ 0 - 1
packages/bootstrap/bootstraptablewidget.pp

@@ -928,7 +928,6 @@ var
   function Moustache(const match, pattern: string; offset: Integer; AString: string): string;
   begin
     Result:=String(Row[pattern]);
-    Result := '';
   end;
 
 begin