From 7390fafe169cf917376fb017650dd9e75bc82bee Mon Sep 17 00:00:00 2001 From: Greg Burri Date: Thu, 2 Oct 2008 15:49:45 +0000 Subject: [PATCH] minimodif --- modules/erl/euphorik_bd.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/erl/euphorik_bd.erl b/modules/erl/euphorik_bd.erl index 81a36a0..55aa7bc 100755 --- a/modules/erl/euphorik_bd.erl +++ b/modules/erl/euphorik_bd.erl @@ -279,7 +279,7 @@ nouveau_message(Mess, Auteur_id, Repond_A_ids) -> F = fun() -> Repond_a = lists:map( fun(Repond_a_id) -> - [M] = mnesia:wread({minichat, Repond_a_id}), + [M] = mnesia:read({minichat, Repond_a_id}), M end, Repond_A_ids -- 2.43.0