cvs: docweb /include/rfc rfc.php
[email protected] ("Philip Olson")
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <cvsphilip1153498589@cvsserver> |
philip Fri Jul 21 16:16:29 2006 UTC
Modified files:
/docweb/include/rfc rfc.php
Log:
New "Links" option: Mailing list archive. (and a little WS)
http://cvs.php.net/viewvc.cgi/docweb/include/rfc/rfc.php?r1=1.21&r2=1.22&diff_format=u
Index: docweb/include/rfc/rfc.php
diff -u docweb/include/rfc/rfc.php:1.21 docweb/include/rfc/rfc.php:1.22
--- docweb/include/rfc/rfc.php:1.21 Sun Sep 11 12:41:02 2005
+++ docweb/include/rfc/rfc.php Fri Jul 21 16:16:29 2006
@@ -24,7 +24,7 @@
* @author Daniel Convissor <[email protected]>
* @copyright Copyright (c) 1997-2004 The PHP Group
* @license http://www.php.net/license/3_0.txt PHP License
- * @version $Id: rfc.php,v 1.21 2005/09/11 12:41:02 vincent Exp $
+ * @version $Id: rfc.php,v 1.22 2006/07/21 16:16:29 philip Exp $
*/
$path = realpath(dirname(__FILE__));
@@ -1106,7 +1106,8 @@
'pkg_example' => "Example (.php)",
'pkg_example_source' => "Example source (.phps/.htm)",
'pkg_doc' => "Documentation",
- 'pkg_site' => "Website");
+ 'pkg_site' => "Website",
+ 'pkg_lists' => "Mailing list archive");
class ppLink {