On Mon, Mar 03, 2003 at 08:20:34PM -0500, Bob X wrote:
> "Tim Bunce" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > On Mon, Mar 03, 2003 at 04:25:13PM -0500, Bob X wrote:
> <snip>
> > Thanks. I believe the appended patch fixes it.
> >
> > Tim.
> >
> > *** lib/DBD/Proxy.pm    2003/02/28 17:50:06     11.12
> > --- lib/DBD/Proxy.pm    2003/03/03 22:37:14
> > ***************
> > *** 269,275 ****
> >       # to let people trade safety for speed if they need to.
> >       undef $dbh->{'proxy_dbh'};    # Bug in Perl 5.004; would prefer delete
> >       undef $dbh->{'proxy_client'};
> > !     $this->SUPER::STORE('Active' => 0);
> >       1;
> >   }
> >
> > --- 269,275 ----
> >       # to let people trade safety for speed if they need to.
> >       undef $dbh->{'proxy_dbh'};    # Bug in Perl 5.004; would prefer delete
> >       undef $dbh->{'proxy_client'};
> > !     $dbh->SUPER::STORE('Active' => 0);
> >       1;
> >   }
> 
> err...do I do this? I am just a beginner.

Ah, okay. Sorry. Edit the lib/DBD/Proxy.pm file and change the $this in the
line that's causing the error, to be $dbh.

Tim.

Reply via email to