Bläddra i källkod

Add some text to differentiate these 2 exact queries

Signed-off-by: Suki <[email protected]>
Suki 11 år sedan
förälder
incheckning
6bb6e60946
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      Sources/Post.php

+ 2 - 2
Sources/Post.php

@@ -493,7 +493,7 @@ function Post($post_errors = array())
 		// Previewing an edit?
 		if (isset($_REQUEST['msg']) && !empty($topic))
 		{
-			// Get the existing message.
+			// Get the existing message. Previewing.
 			$request = $smcFunc['db_query']('', '
 				SELECT
 					m.id_member, m.modified_time, m.smileys_enabled, m.body,
@@ -607,7 +607,7 @@ function Post($post_errors = array())
 	{
 		$_REQUEST['msg'] = (int) $_REQUEST['msg'];
 
-		// Get the existing message.
+		// Get the existing message. Editing.
 		$request = $smcFunc['db_query']('', '
 			SELECT
 				m.id_member, m.modified_time, m.modified_name, m.smileys_enabled, m.body,