[phplib-dev] [Fwd: Bug in db_oci8.inc] From: Sebastian Bergmann (sb <email protected>)
Date: 11/21/00

Alexander Wirtz wrote:
> In den Zeilen 108 und 109 aus db_oci8.inc:
>
> $colreturn = strtolower($col);
> $this->Record[ "$colreturn" ] = $result["$col"];
>
> Da Du aber die DB-Zellen in der function f() UpperCase ansprichst,
> muss daraus werden:
>
> $this->Record[ "$col" ] = $result["$col"];
>
> ($col ist schon UpperCase)

-- 
  <? print implode( "", array_reverse( preg_split( "//", "dlrow laer "   .
  "eht ot emoclew" ) ) ); /* visit http://www.sebastian-bergmann.de/ */ ?>

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