XDB::execute(
"UPDATE groupex.asso
SET descr={?}, site={?}, mail={?}, resp={?},
- forum={?}, ax={?}, pub= {?}, sub_url={?},
+ forum={?}, pub= {?}, sub_url={?},
unsub_url={?},flags={?}
WHERE id={?}",
Post::v('descr'), $site,
Post::v('mail'), Post::v('resp'),
- Post::v('forum'), Post::has('ax'),
- Post::v('pub'),
+ Post::v('forum'), Post::v('pub'),
Post::v('sub_url'), Post::v('unsub_url'),
$flags, $globals->asso('id'));
}
</select>
</td>
</tr>
+ <tr>
+ <td class="titre center" colspan="2">
+ <label><input type="checkbox" value="1" name="ax" {if $asso.ax}checked="checked"{/if} />
+ groupe agréé par l'AX</label>
+ </td>
+ </tr>
</table>
<p></p>
{/if}
+
<table cellpadding="0" cellspacing="0" class='tiny'>
<tr>
<td class="titre">
<tr>
<td class="titre center" colspan="2">
- <label><input type="checkbox" value="1" name="ax" {if $asso.ax}checked="checked"{/if} />
- groupe agréé par l'AX</label>
- </td>
- </tr>
-
- <tr>
- <td class="titre center" colspan="2">
Diffusion de la liste des membres :
<select name="pub">
<option value="public" {if $asso.pub eq 'public'}selected="selected"{/if}>Publique</option>