Vergleich admin/modules/forum/attachments.php - 1.8.35 - 1.8.37
Zeile 78 | Zeile 78 |
---|---|
{ |
{ |
$query = $db->simple_select("attachments", "aid,pid,posthash, filename", "aid IN (".implode(",", $mybb->input['aids']).")"); | $query = $db->simple_select("attachments", "aid,pid,posthash,filename", "aid IN (".implode(",", $mybb->input['aids']).")"); |
while($attachment = $db->fetch_array($query)) | while($attachment = $db->fetch_array($query)) |
Zeile 697 | Zeile 697 |
{ |
{ |
if(!$user['uid']) | if(!$user) |
{ | { |