showpersout() code clean

This commit is contained in:
lopar
2018-03-08 23:53:15 +02:00
parent 8326c6620e
commit 99b306e12b
4 changed files with 65 additions and 201 deletions
+2 -2
View File
@@ -68,7 +68,7 @@ color: #000000;
<TABLE width=250 cellspacing=0 cellpadding=0><TR>
<TD valign=top width=250 nowrap><CENTER>
<?showpersout($user['id'],1,1,1)?>
<?showpersout(1)?>
</CENTER>
</TD></TR>
</TABLE>
@@ -434,7 +434,7 @@ print"</i><BR><BR>";
<?
$bot="Лука";
$buser = mysql_fetch_array(mysql_query("SELECT * FROM `users` WHERE `login` = '$bot' LIMIT 1;"));
showpersout($buser['id'],1,1,1);
showpersout(1);
?>
</TD>
</TR>