diff options
author | rub <rub@piwigo.org> | 2006-07-11 20:56:51 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2006-07-11 20:56:51 +0000 |
commit | c13dc6350ddd6a2ddb374fd4252e204b12d3b660 (patch) | |
tree | 03eac2be8b0f68799360c211bdf400a60240eb38 /admin/waiting.php | |
parent | 8078daf5cd99627ada6d47c968f4be37062b4bf6 (diff) |
Resolved Issue ID 0000456, 0000457, 0000459, 0000465:
o Fix bugs adviser mode
Merge BSF r1457:1458 into branch-1_6
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1459 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/waiting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/waiting.php b/admin/waiting.php index af4cb607f..b5cfb13b5 100644 --- a/admin/waiting.php +++ b/admin/waiting.php @@ -195,7 +195,7 @@ while ( $row = mysql_fetch_array( $result ) ) (strlen($row['file']) > 10) ? (substr($row['file'], 0, 10)).'...' : $row['file'], 'PREVIEW_URL_IMG'=>$preview_url, - 'UPLOAD_EMAIL'=>$row['mail_address'], + 'UPLOAD_EMAIL'=>get_email_address_as_display_text($row['mail_address']), 'UPLOAD_USERNAME'=>$row['username'] ) ); |