Re: [campsite-support] BUG: ArticlesList Constraints
  • Hi Tim,

    Thank you for your help, I fixed the bug in the repository.

    Regards,
    Mugur

    On Jan 10, 2008 10:50 PM, wrote:

    > Author: Tim Smith
    > Link: http://code.campware.org/phorum/read.php?8,6093,6093#msg-6093
    >
    > --------------------------------------------------------------------------------
    >
    > There's a bug in ArticlesList that prevents the Constraints from working.
    > I was trying to do contraints="OnFrontPage is On" and it wasn't working. It
    > turns out there's a syntax error on line 161. You have:
    > elseif ($attribute = 'topic')
    > and it should be
    > elseif ($attribute == 'topic')
    >
    > Tim
    >
    > --
    > Sent from Campware Forums
    > http://code.campware.org/phorum
    >