Recent messages from a social network group should be the first to show

1.10.x
nosolored 9 years ago
parent 6eac94d17b
commit cfbe6f615c
  1. 2
      main/inc/lib/message.lib.php

@ -763,7 +763,7 @@ class MessageManager
WHERE
group_id= $group_id AND
msg_status NOT IN ('".MESSAGE_STATUS_OUTBOX."', '".MESSAGE_STATUS_DELETED."')
ORDER BY id";
ORDER BY id DESC";
$rs = Database::query($sql);
$data = array();
if (Database::num_rows($rs) > 0) {

Loading…
Cancel
Save