Home : Products : Gossamer Links : Development, Plugins and Globals :

Products: Gossamer Links: Development, Plugins and Globals: Re: [Alex] Comma in the count: Edit Log

Here is the list of edits for this post
Re: [Alex] Comma in the count
What about the category grand total?

I'm using a global called "total_cats" with the following:

Code:
sub {
my $cat_db = $DB->table('Category');
my $count = $cat_db->count();
return $count;
}

Sean

Last edited by:

SeanP: Nov 2, 2001, 9:23 AM

Edit Log: