in reply to Re^4: Adding a 'rule' system to isApproved() (fewer tables)
in thread Adding a 'rule' system to isApproved()

See my patch to MembersOnly, the first line shouldn't be needed so we should use:

my $res= do { package Everything::HTML; eval $node->{code}; };

I might be able to apply this and your changes today...

- tye        

Replies are listed 'Best First'.
Re^6: Adding a 'rule' system to isApproved() (fewer tables)
by demerphq (Chancellor) on Aug 23, 2005 at 22:47 UTC

    An updated patch, incorperating above the previous changes a rewritten flattenNodegroup, minor tweaks to eliminate unnecessary calls to getRef() as well as the modifications discussed in the CB about isApproved() providing failure data in HTMLVARS. This patch is currently in use on the pmdev server. I used diff -uFsub to produce this patch.

    ---
    $world=~s/war/peace/g