Skip to content

Commit

Permalink
Update type.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Feb 14, 2018
1 parent 1052213 commit 0d00c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/adherents/type.php
Expand Up @@ -96,7 +96,7 @@
$object->label = trim($label);
$object->subscription = (int) trim($subscription);
$object->note = trim($comment);
$object->mail_valid = $db->escape(trim($mail_valid));
$object->mail_valid = trim($mail_valid);
$object->vote = (boolean) trim($vote);

// Fill array 'array_options' with data from add form
Expand Down

0 comments on commit 0d00c51

Please sign in to comment.