bugfix sur un test d'egalite (= au lieu de == :-((

This commit is contained in:
jlb 2003-09-05 10:00:07 +00:00
parent 45a231a02a
commit a72c16afc1

View File

@ -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;