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);
|
$adho = new AdherentOptions($db);
|
||||||
$errmsg='';
|
$errmsg='';
|
||||||
|
|
||||||
if (isset($action) && $action='sendinfo')
|
if (isset($action) && $action=='sendinfo')
|
||||||
{
|
{
|
||||||
$adh = new Adherent($db);
|
$adh = new Adherent($db);
|
||||||
$adh->id = $rowid;
|
$adh->id = $rowid;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user