+ Moved classes to includes/classes catalog

+ Deleted a few of classes
+ Renamed functions
+ Fixed bug: Changing user nick in ACP

git-svn-id: https://svn.pioder.pl/uf-svn/uF@17 72ec579a-5ced-4fa4-82f3-afba5d98df2f
This commit is contained in:
pioder
2009-05-01 18:44:53 +00:00
parent 8c367db750
commit fd5c1ca78b
55 changed files with 1724 additions and 875 deletions

View File

@@ -65,7 +65,7 @@ while($sb_msg = @mysql_fetch_array($query))
$shoutbox_content .= '
<tr>
<td class="fitem" height="7">
'.$allow_del.'<a href="user.php?id='.$sb_msg['u_id'].'" class="fsmall">'.Topic::UserName($sb_msg['nick'], $sb_msg['rank']).'</a><span class="fsmall"><b> ['.Over::GenerateTime($sb_msg['mtime']).']</b>: '.$sb_msg['message'].'</span>
'.$allow_del.'<a href="user.php?id='.$sb_msg['u_id'].'" class="fsmall">'.Topic::UserName($sb_msg['nick'], $sb_msg['rank']).'</a><span class="fsmall"><b> ['.GenerateTime($sb_msg['mtime']).']</b>: '.$sb_msg['message'].'</span>
</td>
</tr>';
}