[dev] dev] horde+imp+postgres problem
marco at eduktodos.dyndns.org
marco at eduktodos.dyndns.org
Fri Feb 11 19:03:56 PST 2005
Tomas:
Recent version of postgres dont cast boolean values to text. So, you can
modify the switch case in imp/mailbox.php with the code:
case HIDE_DELETED:
$respuesta ='';
if ( !$prefs->getValue('delhide') ) {
$respuesta = '1';
}
else {
$respuesta = '0';
}
$prefs->setValue('delhide', $respuesta);
break;
and solve the DB error.
Marco.
___________________________________________________
Correo Electrónico, Talleres Estudiantiles Ciencias.
More information about the dev
mailing list