fix example for phpcredits

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@58051 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
jim winstead 2001-09-22 09:45:12 +00:00
parent 0948cfe1fb
commit 00b18f8b64

View file

@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
<!-- $Revision: 1.66 $ -->
<!-- $Revision: 1.67 $ -->
<reference id="ref.info">
<title>PHP options &amp; information</title>
<titleabbrev>PHP options/info</titleabbrev>
@ -1083,7 +1083,7 @@ phpcredits(CREDITS_GROUP + CREDITS_DOCS + CREDITS_FULLPAGE);
&lt;body&gt;
&lt;?php
// some code of your own
phpcredits(CREDITS_ALL + CREDITS_FULLPAGE);
phpcredits(CREDITS_ALL);
// some more code
?&gt;
&lt;/body&gt;