malesef hocam yine aynı.

Benim mantığıma göre;
		$query = $db->query("SELECT subject FROM ".TABLE_PREFIX."posts WHERE tid = '{$mybb->input[tid]}' ORDER BY pid ASC LIMIT 1");
		$query = $db->query("SELECT message FROM ".TABLE_PREFIX."posts WHERE tid = '{$mybb->input[tid]}' ORDER BY pid ASC LIMIT 1");
bu iki kodu aynı anda çalıştıracak tek bir kod var mı ?

		if ($row['subject'] != "") {
		if ($row['message'] != "") {
Bir de bu if döngüsünü aynı anda çalıştıracak kod oluşturabilirmisin ? Valla hocam bir tek sen uğraşıyorsun Allah razı olsun yapamasak bile önemli değil uğraşman yeterli.