Browse Source

+ Fixed state reporting bug (reported by Jesus Reyes)

michael 22 years ago
parent
commit
755351b9c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fcl/db/datasource.inc

+ 1 - 1
fcl/db/datasource.inc

@@ -486,7 +486,7 @@ begin
     else
       FState:=dsInactive;
     // Don't do events if nothing changed.
-    If FState<>FlastState then
+    If FState=FlastState then
       exit;
     end
   else