Changeset 38 for trunk/inc_xml

Show
Ignore:
Timestamp:
10/04/05 01:47:29 (7 years ago)
Author:
mat
Message:

non testé et plutot sale pour le moment (il faut verifier si le
gars a mis son im comme étant public notamment) mais on commence
a rajouter des infos dans le FOAF.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/inc_xml/foaf.inc.php

    r37 r38  
    2828$user['general'] = $db->getRow('SELECT birthday,description,web FROM user_general WHERE id=?', array($id)); 
    2929$user['professionel'] = $db->getRow('SELECT web FROM user_professional WHERE id=?', array($id)); 
    30 $user['contact'] = $db->getRow('SELECT email, phone FROM user_contact WHERE id=?', array($id)); 
     30$user['contact'] = $db->getRow('SELECT email, phone, im, im_type FROM user_contact WHERE id=?', array($id)); 
    3131 
    3232$user['contact']['email_sha1'] = sha1('mailto:' . $user['contact']['email']);