Gossamer Forum
Quote Reply
number of new reviews
Hi Andy,
I'm trying to print the number of new reviews with this global
Code:
sub { $DB->table('Reviews')->count( { isNew => 'Yes', isValidated => 'Yes' } ) }

but I have no outout at all :-(

Matthias
gpaed.de
Subject Author Views Date
Thread number of new reviews Matthias70 4998 Mar 11, 2011, 12:20 PM
Thread Re: [Matthias70] number of new reviews
Andy 4849 Mar 12, 2011, 1:10 AM
Thread Re: [Andy] number of new reviews
Matthias70 4801 Mar 12, 2011, 1:25 AM
Thread Re: [Matthias70] number of new reviews
Andy 4803 Mar 12, 2011, 3:35 AM
Thread Re: [Andy] number of new reviews
Matthias70 4829 Mar 12, 2011, 4:32 AM
Post Re: [Matthias70] number of new reviews
Andy 4792 Mar 12, 2011, 5:42 AM