summaryrefslogtreecommitdiff
path: root/pear
diff options
context:
space:
mode:
authorTomas V.V.Cox <cox@php.net>2001-07-10 11:55:15 +0000
committerTomas V.V.Cox <cox@php.net>2001-07-10 11:55:15 +0000
commit48cbbbb3db209a63adfc6b53eb11e73a3cd98b31 (patch)
tree771e5f1e5757e5b460fbed72fdf8cfa538d3421d /pear
parentbcddfd474a0db1ac4c440930ac74f3ed6626a5a2 (diff)
downloadphp-git-48cbbbb3db209a63adfc6b53eb11e73a3cd98b31.tar.gz
minor in-line doc fix
Diffstat (limited to 'pear')
-rw-r--r--pear/DB.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pear/DB.php b/pear/DB.php
index 997e7eeea3..20a724ff17 100644
--- a/pear/DB.php
+++ b/pear/DB.php
@@ -73,7 +73,7 @@ define('DB_WARNING_READ_ONLY', -1001);
*
* The prepare/execute model in DB is mostly borrowed from the ODBC
* extension, in a query the "?" character means a scalar parameter.
- * There is one extension though, a "*" character means an opaque
+ * There is one extension though, a "&" character means an opaque
* parameter. An opaque parameter is simply a file name, the real
* data are in that file (useful for stuff like putting uploaded files
* into your database).