projects
/
euphorik.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
0e175b4
)
FIX planté lors du passage de la version 1 à la version 2 des données mutables
author
Greg Burri
<greg.burri@gmail.com>
Fri, 17 Oct 2008 19:10:23 +0000
(19:10 +0000)
committer
Greg Burri
<greg.burri@gmail.com>
Fri, 17 Oct 2008 19:10:23 +0000
(19:10 +0000)
modules/erl/euphorik_bd_admin.erl
patch
|
blob
|
history
diff --git
a/modules/erl/euphorik_bd_admin.erl
b/modules/erl/euphorik_bd_admin.erl
index
c370618
..
4a559c8
100644
(file)
--- a/
modules/erl/euphorik_bd_admin.erl
+++ b/
modules/erl/euphorik_bd_admin.erl
@@
-235,7
+235,7
@@
patch(1) ->
euphorik_bd:enfants(M#minichat.id)
\r
)
\r
end,
\r
- F(F, M
, Racine
)
\r
+ F(F, M)
\r
end,
% Prend un chemin vers la feuille de style de type "css/1/euphorik.css"
\r
% et renvoie "styles/1/euphorik.css"
\r
@@
-254,7
+254,7
@@
patch(1) ->
euphorik_bd:enfants(M#minichat.id)
\r
)
\r
end,
\r
- F(F, M
, Racine
)
\r
+ F(F, M)
\r
end,
mnesia:create_table(texte, [
{attributes, record_info(fields, texte)},