From: <vo...@us...> - 2012-01-08 07:23:52
|
Revision: 8667 http://xoops.svn.sourceforge.net/xoops/?rev=8667&view=rev Author: voltan1 Date: 2012-01-08 07:23:46 +0000 (Sun, 08 Jan 2012) Log Message: ----------- Fix bug in etory block Modified Paths: -------------- XoopsModules/fmcontent/branches/news/class/story.php Modified: XoopsModules/fmcontent/branches/news/class/story.php =================================================================== --- XoopsModules/fmcontent/branches/news/class/story.php 2012-01-08 07:19:16 UTC (rev 8666) +++ XoopsModules/fmcontent/branches/news/class/story.php 2012-01-08 07:23:46 UTC (rev 8667) @@ -582,7 +582,6 @@ $criteria->setSort ( $story_infos ['story_sort'] ); $criteria->setOrder ( $story_infos ['story_order'] ); $criteria->setLimit ( $story_infos ['story_limit'] ); - $criteria->setStart ( $story_infos ['story_start'] ); $obj = $this->getObjects ( $criteria, false ); if ($obj) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |