tripple ? instead of double
This commit is contained in:
parent
e5a30f7c09
commit
6528a53716
6
mod.php
6
mod.php
@ -720,7 +720,7 @@
|
|||||||
|
|
||||||
'<th>From</th><td>' .
|
'<th>From</th><td>' .
|
||||||
(!$pm['username'] ?
|
(!$pm['username'] ?
|
||||||
'<em>??</em>'
|
'<em>???</em>'
|
||||||
:
|
:
|
||||||
'<a href="?/new_PM/' . $pm['sender'] . '">' . utf8tohtml($pm['username']) . '</a>'
|
'<a href="?/new_PM/' . $pm['sender'] . '">' . utf8tohtml($pm['username']) . '</a>'
|
||||||
) .
|
) .
|
||||||
@ -729,7 +729,7 @@
|
|||||||
(isset($__to) ?
|
(isset($__to) ?
|
||||||
'<th>To</th><td>' .
|
'<th>To</th><td>' .
|
||||||
($__to === false ?
|
($__to === false ?
|
||||||
'<em>??</em>'
|
'<em>???</em>'
|
||||||
:
|
:
|
||||||
'<a href="?/new_PM/' . $pm['to'] . '">' . utf8tohtml($__to) . '</a>'
|
'<a href="?/new_PM/' . $pm['to'] . '">' . utf8tohtml($__to) . '</a>'
|
||||||
) .
|
) .
|
||||||
@ -2157,7 +2157,7 @@
|
|||||||
else
|
else
|
||||||
$staff = utf8tohtml($_mod['username']);
|
$staff = utf8tohtml($_mod['username']);
|
||||||
} else {
|
} else {
|
||||||
$staff = '<em>??</em>';
|
$staff = '<em>???</em>';
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$staff = '<em>system</em>';
|
$staff = '<em>system</em>';
|
||||||
|
Loading…
Reference in New Issue
Block a user