mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
r322
git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@322 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
7b3c668116
commit
f8281d3c81
2 changed files with 1 additions and 2 deletions
|
@ -53,7 +53,7 @@ $bb_cfg = $tr_cfg = $page_cfg = array();
|
||||||
|
|
||||||
// Increase number of revision after update
|
// Increase number of revision after update
|
||||||
$bb_cfg['tp_version'] = '2.2 Beta';
|
$bb_cfg['tp_version'] = '2.2 Beta';
|
||||||
$bb_cfg['tp_release_state'] = 'R321';
|
$bb_cfg['tp_release_state'] = 'R322';
|
||||||
$bb_cfg['tp_release_date'] = '19-11-2011';
|
$bb_cfg['tp_release_date'] = '19-11-2011';
|
||||||
|
|
||||||
// Database
|
// Database
|
||||||
|
|
|
@ -176,7 +176,6 @@ if ($result = DB()->fetch_rowset($sql))
|
||||||
if (bf($row['user_opt'], 'user_opt', 'viewemail') || IS_AM)
|
if (bf($row['user_opt'], 'user_opt', 'viewemail') || IS_AM)
|
||||||
{
|
{
|
||||||
$email_uri = ($bb_cfg['board_email_form']) ? append_sid("profile.php?mode=email&". POST_USERS_URL ."=$user_id") : 'mailto:'. $row['user_email'];
|
$email_uri = ($bb_cfg['board_email_form']) ? append_sid("profile.php?mode=email&". POST_USERS_URL ."=$user_id") : 'mailto:'. $row['user_email'];
|
||||||
$email = '<a class="editable" href="'. $email_uri .'">'. $row['user_email'] .'</a>';
|
|
||||||
$email = ($bb_cfg['text_buttons']) ? '<a class="editable" href="'. $email_uri .'">'. $row['user_email'] .'</a>' : '<a href="' . $email_uri .'"><img src="' . $images['icon_email'] . '" alt="' . $lang['SEND_EMAIL_MSG'] . '" title="' . $lang['SEND_EMAIL_MSG'] . '" border="0" /></a>';
|
$email = ($bb_cfg['text_buttons']) ? '<a class="editable" href="'. $email_uri .'">'. $row['user_email'] .'</a>' : '<a href="' . $email_uri .'"><img src="' . $images['icon_email'] . '" alt="' . $lang['SEND_EMAIL_MSG'] . '" title="' . $lang['SEND_EMAIL_MSG'] . '" border="0" /></a>';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue