[Sitesampler-submitinfo] sitesampler/SiteSampler/Report/Base Child.pm,1.4,1.5
Brought to you by:
alfarid23,
shanehill00
|
From: Shane H. <sha...@us...> - 2005-08-28 18:47:08
|
Update of /cvsroot/sitesampler/sitesampler/SiteSampler/Report/Base In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16322/SiteSampler/Report/Base Modified Files: Child.pm Log Message: committing the diffs thatI found on the laptop. I am sure that this will make the tip very unstable - so be sure to check it out and wreck your currently runnning good system :) Index: Child.pm =================================================================== RCS file: /cvsroot/sitesampler/sitesampler/SiteSampler/Report/Base/Child.pm,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Child.pm 18 Jul 2005 01:36:38 -0000 1.4 --- Child.pm 28 Aug 2005 18:47:00 -0000 1.5 *************** *** 55,59 **** my $key = 'user_ids'; unless(exists $self->{$key}){ - # my $cache_path = $self->cache_path($self->report->id,$self->parent->obj_count_hash_key,$self->safe_name); $self->{$key} = $self->data_hash; } --- 55,58 ---- |