Fix: Wrong URL.

This commit is contained in:
Laurent Destailleur 2010-07-19 20:40:03 +00:00
parent 7723199066
commit c7177d3f24
2 changed files with 3 additions and 3 deletions

View File

@ -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$
*/ */

View File

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