Menu

#61 Module Article: Bug in 2.3

closed-fixed
None
6
2004-09-07
2004-06-28
No

Hi,

Just installed 2.3 and all seems OK except this:

In inc/AM_view_news.php at line 55 you need to remove
the trailing right bracket ')'

$sql = 'SELECT * FROM ' . $this->sql_article_table
. ' WHERE id IN ('.$data.')'. $filter.$this->news_filter
['order']);

to give

$sql = 'SELECT * FROM ' . $this->sql_article_table
. ' WHERE id IN ('.$data.')'. $filter.$this->news_filter
['order'];

Discussion

  • Eloi George

    Eloi George - 2004-07-06
    • milestone: --> 318285
    • summary: Bug in 2.3 --> Module Article: Bug in 2.3
    • assigned_to: nobody --> adarkling
    • priority: 5 --> 6
     
  • Eloi George

    Eloi George - 2004-07-06

    Logged In: YES
    user_id=619893

    Thanks for pointing that out. Fixed in 2.4.

     
  • Eloi George

    Eloi George - 2004-07-06
    • status: open --> closed-fixed
     
  • Mike Noyes

    Mike Noyes - 2004-09-07
    • labels: 545842 -->
    • assigned_to: adarkling --> nobody
    • milestone: 318285 -->
     
  • Mike Noyes

    Mike Noyes - 2004-09-07
    • assigned_to: nobody --> adarkling
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.