From 64057e992b00c995f9f4640d48635e7a5593adf8 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Thu, 17 Feb 2000 20:21:01 +0000 Subject: [PATCH] * prepare/execute emulation moved into DB_common * returning references everywhere in DB_mysql and DB_pgsql * added a todo note to DB_pgsql --- pear/DB.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pear/DB.php b/pear/DB.php index 34f9feb78d..3439b351cc 100644 --- a/pear/DB.php +++ b/pear/DB.php @@ -139,7 +139,7 @@ if (!defined('DB_GETMODE_DEFAULT')) { * well as common utility functions for other DB classes. * * DB_common The base for each DB implementation. Provides default - * | implementations (some would say virtual methods) for + * | implementations (in OO lingo virtual methods) for * | the actual DB implementations as well as a bunch of * | query utility functions. * | -- 2.50.1