bugfix sur un test d'egalite (= au lieu de == :-((
This commit is contained in:
parent
45a231a02a
commit
a72c16afc1
@ -31,7 +31,7 @@ require(DOL_DOCUMENT_ROOT."/adherents/XML-RPC.functions.php");
|
||||
$adho = new AdherentOptions($db);
|
||||
$errmsg='';
|
||||
|
||||
if (isset($action) && $action='sendinfo')
|
||||
if (isset($action) && $action=='sendinfo')
|
||||
{
|
||||
$adh = new Adherent($db);
|
||||
$adh->id = $rowid;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user