~ubuntu-branches/ubuntu/oneiric/boinc/oneiric

« back to all changes in this revision

Viewing changes to html/user/am_get_info.php

  • Committer: Bazaar Package Importer
  • Author(s): Steffen Moeller
  • Date: 2011-04-27 22:33:56 UTC
  • mfrom: (1.1.18 upstream) (6.2.14 sid)
  • Revision ID: james.westby@ubuntu.com-20110427223356-2jyajtfxd5htgwsd
Tags: 6.12.26+dfsg-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
$postal_code = urlencode($user->postal_code);
37
37
$url = urlencode($user->url);
38
38
$weak_auth = weak_auth($user);
 
39
$cpid = md5($user->cross_project_id.$user->email_addr);
39
40
 
40
41
$ret = "<id>$user->id</id>
41
42
<name>$name</name>
42
43
<country>$country</country>
43
44
<weak_auth>$weak_auth</weak_auth>
44
45
<postal_code>$postal_code</postal_code>
 
46
<cpid>$cpid</cpid>
 
47
<has_profile>$user->has_profile</has_profile>
 
48
<create_time>$user->create_time</create_time>
45
49
<global_prefs>
46
50
$user->global_prefs
47
51
</global_prefs>