mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-05-18 16:20:22 -07:00
Fix more unquoted array keys
This commit is contained in:
parent
90391fe625
commit
9c055df5a9
@ -131,7 +131,7 @@
|
||||
if(!$user['posts'] or $user['posts']>=$topposts or $projdate>2000000000 or $projdate<ctime()) $projdate="";
|
||||
else $projdate=" -- Projected date for $topposts posts: ".date($dateformat,$projdate+$tzoff);
|
||||
|
||||
if($user['minipic']) $minipic="<img src=\"". htmlspecialchars($user[minipic]) ."\" width=16 height=16 align=absmiddle> ";
|
||||
if($user['minipic']) $minipic="<img src=\"". htmlspecialchars($user['minipic']) ."\" width=16 height=16 align=absmiddle> ";
|
||||
$homepagename=$user['homepageurl'];
|
||||
if($user['homepagename']) $homepagename="$user[homepagename]</a> - $user[homepageurl]";
|
||||
if($user['postbg']) $postbg="<div style='background:url($user[postbg]);' height=100%>";
|
||||
|
@ -26,10 +26,10 @@
|
||||
print "<tr>
|
||||
$tccell2>". ($lm ? "<img src=\"images/smilies/denied.gif\" title=\"Say no to the layout maker!\" align=absmiddle> $r <img src=\"images/smilies/denied.gif\" title=\"Say no to the layout maker!\" align=absmiddle>" : "$r") ."</td>
|
||||
$tccell2 width=16>". ($u['minipic'] ? "<img src=\"". htmlspecialchars($u['minipic']) ."\" width=16 height=16>" : "") ."</td>
|
||||
$tccell1><a href=profile.php?id=$u[id]><font ". getnamecolor($u[sex], $u[powerlevel]) .">$u[name]</font></a></td>
|
||||
". (!$_GET['bio'] ? "$tccell2 width=100>". number_format($u[hsize]) ."</td>
|
||||
$tccell2 width=100>". number_format($u[ssize]) ."</td>" : "") ."
|
||||
$tccell1 width=100><b>". number_format($u[tsize]) ."</b><br><img src=images/minibar.png width=\"". number_format($u['tsize'] / $max * 200) ."\" align=left height=3></td></tr>";
|
||||
$tccell1><a href=profile.php?id=$u[id]><font ". getnamecolor($u['sex'], $u['powerlevel']) .">$u[name]</font></a></td>
|
||||
". (!$_GET['bio'] ? "$tccell2 width=100>". number_format($u['hsize']) ."</td>
|
||||
$tccell2 width=100>". number_format($u['ssize']) ."</td>" : "") ."
|
||||
$tccell1 width=100><b>". number_format($u['tsize']) ."</b><br><img src=images/minibar.png width=\"". number_format($u['tsize'] / $max * 200) ."\" align=left height=3></td></tr>";
|
||||
}
|
||||
print $tblend.$footer;
|
||||
printtimedif($startingtime);
|
||||
|
Loading…
x
Reference in New Issue
Block a user