From 00b18f8b64fd1fddaaea35e19e6c44458b11fbd7 Mon Sep 17 00:00:00 2001 From: jim winstead Date: Sat, 22 Sep 2001 09:45:12 +0000 Subject: [PATCH] fix example for phpcredits git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@58051 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/info.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/info.xml b/functions/info.xml index f0867fd999..0a2ecaa92d 100644 --- a/functions/info.xml +++ b/functions/info.xml @@ -1,5 +1,5 @@ - + PHP options & information PHP options/info @@ -1083,7 +1083,7 @@ phpcredits(CREDITS_GROUP + CREDITS_DOCS + CREDITS_FULLPAGE); <body> <?php // some code of your own - phpcredits(CREDITS_ALL + CREDITS_FULLPAGE); + phpcredits(CREDITS_ALL); // some more code ?> </body>