From 6528a53716a48cda0dfddb9de7f52e9c7082a73f Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Mon, 3 Oct 2011 18:53:43 +1100 Subject: [PATCH] tripple ? instead of double --- mod.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mod.php b/mod.php index 68d142d2..e927d972 100644 --- a/mod.php +++ b/mod.php @@ -720,7 +720,7 @@ 'From' . (!$pm['username'] ? - '??' + '???' : '' . utf8tohtml($pm['username']) . '' ) . @@ -729,7 +729,7 @@ (isset($__to) ? 'To' . ($__to === false ? - '??' + '???' : '' . utf8tohtml($__to) . '' ) . @@ -2157,7 +2157,7 @@ else $staff = utf8tohtml($_mod['username']); } else { - $staff = '??'; + $staff = '???'; } } else { $staff = 'system';