From df69bf6c06b02fda4fa07a30542272b0ce82c6c2 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Tue, 18 May 2004 19:06:47 +0000 Subject: mySQL, not Oracle ;) --- ext/pdo_mysql/php_pdo_mysql_int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/pdo_mysql/php_pdo_mysql_int.h') diff --git a/ext/pdo_mysql/php_pdo_mysql_int.h b/ext/pdo_mysql/php_pdo_mysql_int.h index 92a988e957..830373792c 100755 --- a/ext/pdo_mysql/php_pdo_mysql_int.h +++ b/ext/pdo_mysql/php_pdo_mysql_int.h @@ -23,7 +23,7 @@ #include -/* stuff we use in an OCI database handle */ +/* stuff we use in a mySQL database handle */ typedef struct { MYSQL *server; unsigned int last_err; -- cgit v1.2.1