Fix: rsidu de la suppression du champ "code" de la table llx_user

This commit is contained in:
Regis Houssin 2007-03-20 00:35:46 +00:00
parent 95189e0f14
commit cf6e9b4903
2 changed files with 2 additions and 2 deletions

View File

@ -1685,7 +1685,7 @@ if ($_GET['propalid'] > 0)
$authoract = new User($db);
$authoract->id = $objp->fk_user_author;
$authoract->fetch('');
print '<td>'.$authoract->code.'</td>';
print '<td>'.$authoract->login.'</td>';
print "</tr>\n";
$i++;
}

View File

@ -709,7 +709,7 @@ et non globalement
$authoract = new User($db);
$authoract->id = $objp->fk_user_author;
$authoract->fetch('');
print '<td>'.$authoract->code.'</td>';
print '<td>'.$authoract->login.'</td>';
print "</tr>\n";
$i++;
}