Fix the commit in r305678 so the manual builds again and reword the return

values section of the page, since I already had it open and all. :)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305688 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Adam Harvey 2010-11-23 10:58:37 +00:00
parent 238eff7a2f
commit f851c80f54

View file

@ -26,25 +26,25 @@
<refsect1 role="parameters">
&reftitle.parameters;
&style.oop;
&no.function.parameters;
&style.procedural;
<variablelist>
<varlistentry>
<term><parameter>object</parameter></term>
<listitem>
<para>
The DateTimeZone for which to get a name.
</para>
</listitem>
</varlistentry>
</variablelist>
<para>
<variablelist>
<varlistentry>
<term><parameter>object</parameter></term>
<listitem>
<para>
The DateTimeZone for which to get a name.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
One of <link linkend="timezones">timezones</link>.
One of the timezone names in the
<link linkend="timezones">list of timezones</link>.
</para>
</refsect1>