jsgoupil Sat Oct 1 16:49:32 2005 EDT
Modified files:
/phpdoc/en/reference/runkit sandbox-parent.xml
Log:
missing parenthesis
http://cvs.php.net/diff.php/phpdoc/en/reference/runkit/sandbox-parent.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/runkit/sandbox-parent.xml
diff -u phpdoc/en/reference/runkit/sandbox-parent.xml:1.1
phpdoc/en/reference/runkit/sandbox-parent.xml:1.2
--- phpdoc/en/reference/runkit/sandbox-parent.xml:1.1 Thu Sep 29 20:47:18 2005
+++ phpdoc/en/reference/runkit/sandbox-parent.xml Sat Oct 1 16:49:29 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc.
-->
<refentry id="runkit.sandbox-parent">
<refnamediv>
@@ -53,7 +53,7 @@
the <classname>Runkit_Sandbox_Parent</classname> class.
Read access to parental variables may be enabled with
the <literal>parent_read</literal> setting (in addition
- to the base <literal>parent_access</literal> setting.
+ to the base <literal>parent_access</literal> setting).
Write access, in turn, is enabled through the
<literal>parent_write</literal> setting.
</para>