phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Phpgroupware-developers] phpgroupware and coldsync


From: Brian Johnson
Subject: RE: [Phpgroupware-developers] phpgroupware and coldsync
Date: Fri, 5 Jul 2002 08:28:22 -0400

Can I blame Anglemail for using 'you're' instead of 'your'



> -----Original Message-----
> From: address@hidden
> [mailto:address@hidden Behalf Of Jason Wies
> Sent: Thursday, July 04, 2002 4:24 PM
> To: address@hidden
> Cc: address@hidden
> Subject: Re: [Phpgroupware-developers] phpgroupware and coldsync
> 
> 
> Looks like we have a problem with curly brackets, since 
> you're using AngleMail.  The second line has $HEADERS<left 
> curly bracket>phpid<right curly bracket>.
> 
> Jason Wies aka Zone
> 
> On Thu, Jul 04, 2002 at 03:45:12PM +0000, Chris Weiss wrote:
> > is it just me or are these 2 lines exactly the same?
> > 
> > Brian Johnson (address@hidden) wrote*:
> > >
> > >I think this will fix you're problem
> > >
> > >
> > >The line:
> > >  $sth_select_all->execute($HEADERS)
> > >   or die "$err_exec_sql $dbh->errstr";
> > >
> > >should be:
> > >  $sth_select_all->execute($HEADERS)
> > >   or die "$err_exec_sql $dbh->errstr";
> > >
> 
> -- Original message --
> I think this will fix you're problem
> 
> 
> The line:
>   $sth_select_all->execute($HEADERS)
>    or die "$err_exec_sql $dbh->errstr";
> 
> should be:
>   $sth_select_all->execute($HEADERS{phpid})
>     or die "$err_exec_sql $dbh->errstr";
> 
> _______________________________________________
> Phpgroupware-developers mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/phpgroupware-developers



reply via email to

[Prev in Thread] Current Thread [Next in Thread]