Fix: Wrong URL.
This commit is contained in:
parent
7723199066
commit
c7177d3f24
@ -19,9 +19,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/public/members/priv_fiche.php
|
* \file htdocs/public/members/public_card.php
|
||||||
* \ingroup adherent
|
* \ingroup adherent
|
||||||
* \brief Fichier de gestion de la popup de selection de date eldy
|
* \brief File to show a public card of a member
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@ -117,7 +117,7 @@ if ($result)
|
|||||||
$objp = $db->fetch_object($result);
|
$objp = $db->fetch_object($result);
|
||||||
$var=!$var;
|
$var=!$var;
|
||||||
print "<tr $bc[$var]>";
|
print "<tr $bc[$var]>";
|
||||||
print "<td><a href=\"priv_fiche.php?id=$objp->rowid\">".$objp->prenom." ".$objp->nom.($objp->societe?" / ".$objp->societe:"")."</a></TD>\n";
|
print "<td><a href=\"public_card.php?id=$objp->rowid\">".$objp->prenom." ".$objp->nom.($objp->societe?" / ".$objp->societe:"")."</a></TD>\n";
|
||||||
print "<td>$objp->naiss</td>\n";
|
print "<td>$objp->naiss</td>\n";
|
||||||
print "<td>$objp->email</td>\n";
|
print "<td>$objp->email</td>\n";
|
||||||
print "<td>$objp->cp</td>\n";
|
print "<td>$objp->cp</td>\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user