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: Jason Wies
Subject: Re: [Phpgroupware-developers] phpgroupware and coldsync
Date: Thu, 4 Jul 2002 16:23:56 -0400
User-agent: Mutt/1.2.5i

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";



reply via email to

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