Date: 07/05/00
- Next message: Jaume Homs: "[phplib-dev] Re: [phplib] Chat client in PHP"
- Previous message: toby cabot: "[phplib-dev] Re: [phplib] relative $this->root in Templates"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Jaume Homs: "[phplib-dev] Re: [phplib] Chat client in PHP"
- Previous message: toby cabot: "[phplib-dev] Re: [phplib] relative $this->root in Templates"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

