Changeset - b911af1ec3ca
[Not reviewed]
0 1 0
Julia - 7 years ago 2018-07-26 15:55:10
midnightwhisper@web.de
Update inplayquotes.php
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
inc/plugins/inplayquotes.php
Show inline comments
 
@@ -381,7 +381,7 @@ function inplayquotes_misc()
 

	
 
		
 
		$query = $db->query("SELECT username, subject FROM ".TABLE_PREFIX."posts
 
		WHERE mybb_posts.pid = '$pid'");
 
		WHERE ".TABLE_PREFIX."posts.pid = '$pid'");
 
		$quoted = $db->fetch_array($query);
 
		$quotename = $quoted['username'];
 
		$quotethread = $quoted['subject'];
0 comments (0 inline, 0 general)