grantc Mon Feb 12 13:58:55 2007 UTC
Modified files: /phpdoc/en/reference/ingres-ii reference.xml Log: Corrected example http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ingres-ii/reference.xml?r1=1.10&r2=1.11&diff_format=u Index: phpdoc/en/reference/ingres-ii/reference.xml diff -u phpdoc/en/reference/ingres-ii/reference.xml:1.10 phpdoc/en/reference/ingres-ii/reference.xml:1.11 --- phpdoc/en/reference/ingres-ii/reference.xml:1.10 Wed Oct 25 17:34:56 2006 +++ phpdoc/en/reference/ingres-ii/reference.xml Mon Feb 12 13:58:55 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.10 $ --> +<!-- $Revision: 1.11 $ --> <!-- Purpose: database.vendors --> <!-- Membership: pecl, external --> @@ -70,7 +70,7 @@ // relid - table name // relowner - table owner echo "<table>\n"; -while ($iirelation = ingres_fetch_object($link)) { +while ($iirelation = ingres_fetch_object(INGRES_BOTH, $link)) { echo "\t<tr>\n"; echo "\t\t<td>" . $iirelation->relid . "</td>\n"; echo "\t\t<td>" . $iirelation->relowner . "</td>\n";