mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Added </TABLE> tag in OCIColumnName example so Netscape users can see the output too :)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@11698 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c15314fc58
commit
63bacc773a
1 changed files with 1 additions and 0 deletions
|
@ -854,6 +854,7 @@ OCILogoff($conn);
|
|||
print "<TD>$column_size</TD>";
|
||||
print "</TR>";
|
||||
}
|
||||
print "</TABLE>";
|
||||
OCIFreeStatement($stmt);
|
||||
OCILogoff($conn);
|
||||
print "</PRE>";
|
||||
|
|
Loading…
Reference in a new issue