Date: 10/26/99
- Next message: Kristian Köhntopp: "Re: [PHPLIB-DEV] Re: [PHPLIB] PHPLIB-7.2 released"
- Previous message: Kristian Köhntopp: "Re: [PHPLIB-DEV] no_next_fetch in db_oracle.inc"
- Next in thread: kk: "[PHPLIB-DEV] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: kk
Date: Tue Oct 26 12:54:33 1999
Modified files:
php-lib/php/db_oracle.inc
Log message:
- Change my Kirill integrated.
Index: php-lib/php/db_oracle.inc
diff -u php-lib/php/db_oracle.inc:1.15 php-lib/php/db_oracle.inc:1.16
--- php-lib/php/db_oracle.inc:1.15 Sun Oct 24 16:39:30 1999
+++ php-lib/php/db_oracle.inc Tue Oct 26 12:54:02 1999
@@ -4,7 +4,7 @@
*
* Copyright (c) 1998,1999 Luis Francisco Gonzalez Hernandez
*
- * $Id: db_oracle.inc,v 1.15 1999/10/24 14:39:30 kk Exp $
+ * $Id: db_oracle.inc,v 1.16 1999/10/26 10:54:02 kk Exp $
*
*/
@@ -35,8 +35,7 @@
/* copied from db_mysql for completeness */
/* public: identification constant. never change this. */
var $type = "oracle";
- var $revision = "1.2";
-
+ var $revision = "Revision: 1.2";
var $Halt_On_Error = "yes"; ## "yes" (halt with message), "no" (ignore errors quietly), "report" (ignore errror, but spit a warning)
/* public: constructor */
@@ -169,6 +168,7 @@
$col=strtolower(ora_columnname($this->Query_ID,$ix));
$value=ora_getcolumn($this->Query_ID,$ix);
$this->Record[ "$col" ] = $value;
+ $this->Record[ $ix ] = $value;
# echo"<b>[$col]</b>: $value <br>\n";
}
$stat=1;
-
PHPLIB Developers Mailing List. Send messages to <phplib-dev <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-dev-request <email protected>> in
the body, not the subject, of your message.
- Next message: Kristian Köhntopp: "Re: [PHPLIB-DEV] Re: [PHPLIB] PHPLIB-7.2 released"
- Previous message: Kristian Köhntopp: "Re: [PHPLIB-DEV] no_next_fetch in db_oracle.inc"
- Next in thread: kk: "[PHPLIB-DEV] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

