+ 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:
2
includes/cache/cache_forums.php
vendored
2
includes/cache/cache_forums.php
vendored
@@ -12,7 +12,7 @@ if(!defined('IN_uF'))
|
||||
die('Hacking attempt');
|
||||
}
|
||||
//cache forums and posts - version v1.0 Alpha 2---------------------------------
|
||||
$default_skin = Over::ViewSkinName();
|
||||
$default_skin = ViewSkinName();
|
||||
$sql = "SELECT `name`,`lock` FROM ".FORUMS_TABLE." WHERE `f_id`='$fid' LIMIT 1";
|
||||
$result = @mysql_fetch_array(DataBase::sql_query($sql,'GENERAL','Could not obtain forum information'));
|
||||
if ($result['name']=='')
|
||||
|
||||
Reference in New Issue
Block a user