~ubuntu-branches/debian/sid/boinc/sid

« back to all changes in this revision

Viewing changes to html/user/validate_email_addr.php

  • Committer: Package Import Robot
  • Author(s): Steffen Moeller
  • Date: 2011-08-08 01:36:51 UTC
  • mfrom: (6.1.11 experimental)
  • Revision ID: package-import@ubuntu.com-20110808013651-m1hs3cltiveuteyn
Tags: 6.13.1+dfsg-2
* Bringing notify patch to unstable.
* Adjusted build dependency to libjpeg-dev (Closes: #641093)
* Further improvements on stripchart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
require_once("../inc/util.inc");
21
21
require_once("../inc/email.inc");
22
22
 
 
23
check_get_args(array("x", "u"));
 
24
 
23
25
function send_validate_email() {
24
26
    global $master_url;
25
27
    $user = get_logged_in_user();