Skip to content
Snippets Groups Projects
Commit c7177d3f authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Wrong URL.

parent 77231990
No related branches found
No related tags found
No related merge requests found
......@@ -19,9 +19,9 @@
*/
/**
* \file htdocs/public/members/priv_fiche.php
* \file htdocs/public/members/public_card.php
* \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$
*/
......
......@@ -117,7 +117,7 @@ if ($result)
$objp = $db->fetch_object($result);
$var=!$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->email</td>\n";
print "<td>$objp->cp</td>\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment