From d361700692f3aa31062d591d1df163936c3487a3 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Wed, 6 Jul 2005 20:33:57 +0000 Subject: [PATCH] Remove ambiguous reference to 'second'. You can retrieve any column, but only one of them :) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@190040 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pdo/functions/PDOStatement-fetchColumn.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/pdo/functions/PDOStatement-fetchColumn.xml b/reference/pdo/functions/PDOStatement-fetchColumn.xml index 089588f5e8..f7bfd6fea4 100644 --- a/reference/pdo/functions/PDOStatement-fetchColumn.xml +++ b/reference/pdo/functions/PDOStatement-fetchColumn.xml @@ -1,5 +1,5 @@ - + @@ -49,7 +49,7 @@ - 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 PDOStatement::fetchColumn to retrieve data.