dbs Wed Jul 6 16:33:58 2005 EDT
Modified files:
/phpdoc/en/reference/pdo/functions PDOStatement-fetchColumn.xml
Log:
Remove ambiguous reference to 'second'. You can retrieve any column,
but only one of them :)
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDOStatement-fetchColumn.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/pdo/functions/PDOStatement-fetchColumn.xml
diff -u phpdoc/en/reference/pdo/functions/PDOStatement-fetchColumn.xml:1.1
phpdoc/en/reference/pdo/functions/PDOStatement-fetchColumn.xml:1.2
--- phpdoc/en/reference/pdo/functions/PDOStatement-fetchColumn.xml:1.1 Fri May
20 14:51:02 2005
+++ phpdoc/en/reference/pdo/functions/PDOStatement-fetchColumn.xml Wed Jul
6 16:33:57 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc.
-->
<refentry id="function.PDOStatement-fetchColumn">
<refnamediv>
@@ -49,7 +49,7 @@
</para>
<warning>
<para>
- There is no way to return a second column from the same row if you
+ There is no way to return another column from the same row if you
use <function>PDOStatement::fetchColumn</function> to retrieve data.
</para>
</warning>