[Sitesampler-submitinfo] sitesampler/SiteSampler Core.pm,1.2,1.3
Brought to you by:
alfarid23,
shanehill00
|
From: Shane H. <sha...@us...> - 2005-07-25 00:43:32
|
Update of /cvsroot/sitesampler/sitesampler/SiteSampler In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6155/SiteSampler Modified Files: Core.pm Log Message: discovered a pretty serious bug where we were logging solicitations when there were no solicitations. the solution required a change to the javascripts so that sending stats would happen at the right time. Index: Core.pm =================================================================== RCS file: /cvsroot/sitesampler/sitesampler/SiteSampler/Core.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Core.pm 6 Jul 2005 12:24:32 -0000 1.2 --- Core.pm 25 Jul 2005 00:43:23 -0000 1.3 *************** *** 107,111 **** sub rel_latest_log_path{ ! warn("this method is deprecated as of 7/5/2005"); my $self = shift; $self->get_set('s_rel_log_latest_path',@_); --- 107,111 ---- sub rel_latest_log_path{ ! warn("the method rel_latest_log_path is deprecated as of 7/5/2005 use latest_log_path instead"); my $self = shift; $self->get_set('s_rel_log_latest_path',@_); |