projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61acb75
)
Fixes FK contraint.
author
Stéphane Jacob
<sj@m4x.org>
Mon, 29 Nov 2010 14:25:36 +0000
(15:25 +0100)
committer
Stéphane Jacob
<sj@m4x.org>
Mon, 29 Nov 2010 14:25:36 +0000
(15:25 +0100)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
modules/xnetgrp.php
patch
|
blob
|
blame
|
history
diff --git
a/modules/xnetgrp.php
b/modules/xnetgrp.php
index
e0ddcc2
..
5080fb5
100644
(file)
--- a/
modules/xnetgrp.php
+++ b/
modules/xnetgrp.php
@@
-193,7
+193,7
@@
class XnetGrpModule extends PLModule
flags={?}
WHERE id={?}",
Post::v('nom'), Post::v('diminutif'),
- Post::v('cat'), Post::i('dom'),
+ Post::v('cat'),
(Post::i('dom') == 0) ? null :
Post::i('dom'),
Post::v('descr'), $site,
Post::v('mail'), Post::v('resp'),
Post::v('forum'), Post::v('mail_domain'),