[phplib-dev] bug in php-lib/php/ct_pgsql.inc From: Luca - De Whiskey's - De Vitis (devitis <email protected>)
Date: 07/05/00

hi all,

it seems i've found a little bug on cvs tree php-lib/php/ct_pgsql.inc line 75

$uquery = sprintf("p_update %s set p_valenc='%s', p_valpos='%s', p_val='%s',
p_changed='%s' where p_sid='%s' and p_name='%s'",

should be

$uquery = sprintf("update %s set p_valenc='%s', p_valpos='%s', p_val='%s', p_changed='%s' where p_sid='%s' and p_name='%s'",

-- 
Luca - De Whiskey's - De Vitis
aliases: Luca ^De [a-zA-Z]*i'?s$
Undergraduate Student of Computer Science at Bologna University.
e-mail: devitis at (students\.)?cs\.unibo\.it
home page: http://(caristudenti|www)(\.students)?\.cs\.unibo\.it/~devitis

--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-dev-unsubscribe <email protected> For additional commands, e-mail: phplib-dev-help <email protected>