Some bug

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
uzoom

Some bug

Post by uzoom »

I found a tiny bug in the following project but I am not sure how to tell the project leader.

http://dev.cmsmadesimple.org/projects/lastmodpages/

The latest article of my website is not shown because of the following code
$query = "SELECT * FROM ".cms_db_prefix()."content WHERE active=1 ORDER BY modified_date DESC LIMIT 1,".$number;

I changed it to
$query = "SELECT * FROM ".cms_db_prefix()."content WHERE active=1 ORDER BY modified_date DESC LIMIT 0,".$number;

Thanks for the great code.
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: Some bug

Post by tsw »

Its best to create bug report in the forge for that project, that way project admin gets notified about it.

but reports in the forum have a bad habit of getting forgotten
Locked

Return to “CMSMS Core”