didou Wed Jan 21 04:29:21 2004 EDT
Modified files:
/phpdoc/en/reference/info/functions phpcredits.xml
Log:
corrected example (user note)
http://cvs.php.net/diff.php/phpdoc/en/reference/info/functions/phpcredits.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/info/functions/phpcredits.xml
diff -u phpdoc/en/reference/info/functions/phpcredits.xml:1.4
phpdoc/en/reference/info/functions/phpcredits.xml:1.5
--- phpdoc/en/reference/info/functions/phpcredits.xml:1.4 Wed Jul 16 13:15:04
2003
+++ phpdoc/en/reference/info/functions/phpcredits.xml Wed Jan 21 04:29:21 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/info.xml, last change in rev 1.18 -->
<refentry id="function.phpcredits">
<refnamediv>
@@ -60,11 +60,11 @@
<title>My credits page</title>
</head>
<body>
- <?php
- // some code of your own
- phpcredits(CREDITS_ALL);
- // some more code
- ?>
+<?php
+// some code of your own
+phpcredits(CREDITS_ALL - CREDITS_FULLPAGE);
+// some more code
+?>
</body>
</html>
]]>