]> granicus.if.org Git - php/commitdiff
minor in-line doc fix
authorTomas V.V.Cox <cox@php.net>
Tue, 10 Jul 2001 11:55:15 +0000 (11:55 +0000)
committerTomas V.V.Cox <cox@php.net>
Tue, 10 Jul 2001 11:55:15 +0000 (11:55 +0000)
pear/DB.php

index 997e7eeea38b11059dcdc445453d219ab2721570..20a724ff174fdf9b746e73a3764728cb41e2686a 100644 (file)
@@ -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).