From: x2000coic Date: Wed, 27 Oct 2004 18:02:29 +0000 (+0000) Subject: use forlife instead of user_id X-Git-Tag: xorg/old~1163 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=b5ba33a48dc9a3d62068b205768f1c12cd2b251c;p=platal.git use forlife instead of user_id --- diff --git a/htdocs/fiche.php b/htdocs/fiche.php index 26c4dfb..9a515ce 100644 --- a/htdocs/fiche.php +++ b/htdocs/fiche.php @@ -18,7 +18,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: fiche.php,v 1.14 2004-10-10 08:57:55 x2000chevalier Exp $ + $Id: fiche.php,v 1.15 2004-10-27 18:02:29 x2000coic Exp $ ***************************************************************************/ @@ -99,7 +99,7 @@ $page->assign('is_contact', $is_contact); // photo -$photo="getphoto.php?x=".$user_id.(SID == '' ? '' : '&'.SID).($new ? '&modif=new' : ''); +$photo="getphoto.php?x=".$forlife.(SID == '' ? '' : '&'.SID).($new ? '&modif=new' : ''); if(!isset($size_y) and !isset($size_x)) list($size_x, $size_y) = getimagesize("images/none.png"); if(!isset($size_y) or $size_y < 1) $size_y=1; if(!isset($size_x) or $size_x < 1) $size_x=1;