> Shawn
> 
> Remove the close bracket after mysql_error()
> 
>  print(mysql_errno() . ": " . mysql_error()) . "\n");
> 
> should be
> 
>  print(mysql_errno() . ": " . mysql_error() . "\n");
I tried to fix this in CVS, but I couldn't find any examples of
"mysql_error())" in CREATE_INVOICE.

-jj

-- 
if (shannon - jj) * behrens == webEngineer["CLEAR INK�"]:
    print "<i>imagination is the only real medium(sm)</i><br>"


------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]

Reply via email to