Date: 11/21/00
- Next message: Sebastian Bergmann: "Re: [phplib-dev] [Fwd: Bug in db_oci8.inc]"
- Previous message: regiment: "[phplib-dev] cvs commit"
- Next in thread: Sebastian Bergmann: "Re: [phplib-dev] [Fwd: Bug in db_oci8.inc]"
- Reply: Sebastian Bergmann: "Re: [phplib-dev] [Fwd: Bug in db_oci8.inc]"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Sebastian Bergmann: "Re: [phplib-dev] [Fwd: Bug in db_oci8.inc]"
- Previous message: regiment: "[phplib-dev] cvs commit"
- Next in thread: Sebastian Bergmann: "Re: [phplib-dev] [Fwd: Bug in db_oci8.inc]"
- Reply: Sebastian Bergmann: "Re: [phplib-dev] [Fwd: Bug in db_oci8.inc]"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

