diff options
author | Git <git@what.cd> | 2012-03-31 08:00:23 +0000 |
---|---|---|
committer | Git <git@what.cd> | 2012-03-31 08:00:23 +0000 |
commit | 3efb817100d67a1b8e68b353051e5a149e7c5ebd (patch) | |
tree | 609c92bb29375015797eb8e38e4203a0932781c5 /classes/script_start.php | |
parent | 58c126c476a5170607183d6ec869f9f580fcae1e (diff) | |
download | Gazelle-3efb817100d67a1b8e68b353051e5a149e7c5ebd.zip Gazelle-3efb817100d67a1b8e68b353051e5a149e7c5ebd.tar.gz Gazelle-3efb817100d67a1b8e68b353051e5a149e7c5ebd.tar.bz2 |
Empty commit
Diffstat (limited to 'classes/script_start.php')
-rw-r--r-- | classes/script_start.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/classes/script_start.php b/classes/script_start.php index b572865..81615db 100644 --- a/classes/script_start.php +++ b/classes/script_start.php @@ -1121,7 +1121,6 @@ function format_username($UserID, $Badges = false, $IsWarned = true, $IsEnabled $str.=($IsEnabled && $UserInfo['Enabled'] == 2) ? '<a href="rules.php"><img src="'.STATIC_SERVER.'common/symbols/disabled.png" alt="Banned" title="Be good, and you won\'t end up like this user" /></a>' : ''; - } $str.=($IsWarned && $UserInfo['Warned']!='0000-00-00 00:00:00') ? '<img src="'.STATIC_SERVER.'common/symbols/warned.png" alt="Warned" title="Warned" />' : ''; |