mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Took out some debugging code
git-svn-id: file:///svn/phpbb/trunk@318 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
84925d852d
commit
4bf900ebae
1 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ if(isset($HTTP_GET_VARS['view']))
|
||||||
if($sub_result = $db->sql_query($sub_query))
|
if($sub_result = $db->sql_query($sub_query))
|
||||||
{
|
{
|
||||||
$result = $db->sql_fetchrow($sub_result);
|
$result = $db->sql_fetchrow($sub_result);
|
||||||
echo $sql = "SELECT t.topic_id, t.topic_title, t.topic_status, t.topic_replies,
|
$sql = "SELECT t.topic_id, t.topic_title, t.topic_status, t.topic_replies,
|
||||||
f.forum_type, f.forum_name, f.forum_id, u.username, u.user_id
|
f.forum_type, f.forum_name, f.forum_id, u.username, u.user_id
|
||||||
FROM ".TOPICS_TABLE." t, ".TOPICS_TABLE." t2, ".FORUMS_TABLE." f, ".FORUM_MODS_TABLE." fm, ".USERS_TABLE." u
|
FROM ".TOPICS_TABLE." t, ".TOPICS_TABLE." t2, ".FORUMS_TABLE." f, ".FORUM_MODS_TABLE." fm, ".USERS_TABLE." u
|
||||||
WHERE t.topic_time ".$operator." ".$result['topic_time']."
|
WHERE t.topic_time ".$operator." ".$result['topic_time']."
|
||||||
|
@ -413,4 +413,4 @@ $template->pparse("body");
|
||||||
|
|
||||||
include('includes/page_tail.'.$phpEx);
|
include('includes/page_tail.'.$phpEx);
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Add table
Reference in a new issue