|
@@ 615-616 (lines=2) @@
|
| 612 |
|
$row['myid_last_msg'] = (int) $row['myid_last_msg']; |
| 613 |
|
|
| 614 |
|
// Not really a problem? |
| 615 |
|
if ($row['myid_first_msg'] == $row['myid_first_msg'] && $row['myid_first_msg'] == $row['myid_first_msg'] && $row['approved'] == $row['firstmsg_approved']) |
| 616 |
|
return false; |
| 617 |
|
|
| 618 |
|
$memberStartedID = (int) getMsgMemberID($row['myid_first_msg']); |
| 619 |
|
$memberUpdatedID = (int) getMsgMemberID($row['myid_last_msg']); |
|
@@ 640-641 (lines=2) @@
|
| 637 |
|
'message_function' => function ($row) use ($txt, &$context) |
| 638 |
|
{ |
| 639 |
|
// A pretend error? |
| 640 |
|
if ($row['myid_first_msg'] == $row['myid_first_msg'] && $row['myid_first_msg'] == $row['myid_first_msg'] && $row['approved'] == $row['firstmsg_approved']) |
| 641 |
|
return false; |
| 642 |
|
|
| 643 |
|
if ($row['id_first_msg'] != $row['myid_first_msg']) |
| 644 |
|
$context['repair_errors'][] = sprintf($txt['repair_stats_topics_1'], $row['id_topic'], $row['id_first_msg']); |