yaz/commit

FIX :(

authorMichiel Hildebrand
Thu Nov 10 11:15:52 2011 +0100
committerMichiel Hildebrand
Thu Nov 10 11:15:52 2011 +0100
commit365895bce0f98e654221e0fcba6e1a5bdefe58b1
treef9a6a97ab820578a2eafc008217470a4256dc357
parente3a69a0c494b9a5dd97d46843744d988fe4f66ea
Diff style: patch stat
diff --git a/lib/video_annotation.pl b/lib/video_annotation.pl
index 2023791..5227f0b 100644
--- a/lib/video_annotation.pl
+++ b/lib/video_annotation.pl
@@ -237,7 +237,7 @@ video_annotation(Video, AnnotationId, Value, Time, Score, Options) :-
 	),
 	(   Confirmed
 	->  Score > 5
-	;   fail
+	;   true
 	).
 
 video_annotation(Video, AnnotationId, Value, Time, Score, Options) :-
@@ -258,7 +258,7 @@ video_annotation(Video, AnnotationId, Value, Time, Score, Options) :-
 	;   Score = 0
 	),
 	(   Confirmed
-	->  Score > 0
+	->  Score > 5
 	;   true
 	).