[Exoops-bugfixes] Missing RE in forum posts
Brought to you by:
farsus
From: Half-Dead <hal...@ga...> - 2002-06-15 19:54:30
|
Some forum posts where missing the appropriate RE after editing a post. modules/newbb/class/class.forumposts.php line 460: in function is_topic() near line 453: change: $this->db->query($sql); to: $r = $this->db->query($sql); |