X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Fvcard.inc.php;h=a755fcdb2d54c2890369eec3b39cb538178486e7;hb=c4b453748e0affd8711c3a7a95ab6beaad2c2834;hp=844d45f9e811d1b3e7b171a88c26d4c37f212714;hpb=acc9be56f2cc773f7e684f9cd3201141bc126ee2;p=platal.git diff --git a/include/vcard.inc.php b/include/vcard.inc.php index 844d45f..a755fcd 100644 --- a/include/vcard.inc.php +++ b/include/vcard.inc.php @@ -1,6 +1,6 @@ id()); + WHERE p.uid = {?}", $login->id()); if ($res->numRows()) { list($data, $type) = $res->fetchOneRow(); $entry->setPhoto($data, strtoupper($type));