yaz/commit

use game setting

authorMichiel Hildebrand
Sat Feb 12 19:36:48 2011 +0100
committerMichiel Hildebrand
Sat Feb 12 19:36:48 2011 +0100
commit549c91b9827170c8014e9696eeee6dd8d17c0fb4
tree2db68a5202a6be6a16d18748c9cfd447b01062c8
parenta3222c724e6e50b31b92d81d02e2d327fa354e83
Diff style: patch stat
diff --git a/applications/yaz_mgarden.pl b/applications/yaz_mgarden.pl
index 94ee0d7..b08b176 100644
--- a/applications/yaz_mgarden.pl
+++ b/applications/yaz_mgarden.pl
@@ -67,7 +67,7 @@ http_yaz_mgarden(Request) :-
 	set_player_score(User, Process),
 	video_annotations(Video, As0, Options),
 	sort_by_arg(As0, 2, As),
-	setting(game:match_interval, Interval),
+	setting(yaz_game:match_interval, Interval),
  	tag_matches(As, User, Process, Interval, Annotations),
 	active_players(Process, Players),
  	html_video_page(Process, Video, CurrentUser, Players, Annotations, 0, Options).