updated example method to use proper US English commands:

[C_TEXT](http://doc.4d.com/4Dv15R4/4D/15-R4/C-TEXT.301-2824480.en.html)
[APPLICATION VERSION](http://doc.4d.com/4Dv15R4/4D/15-R4/Application-version.301-2825633.en.html)

-- 
Provided by anonymous 73923 (tpenner@4d.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340347 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2016-10-07 10:22:03 +00:00
parent c7f95e1f92
commit b6541758b2

View file

@ -94,8 +94,8 @@ unset($db);
</para>
<programlisting role="4d">
<![CDATA[
C_TEXTE($0)
$0:=Version application(*);
C_TEXT($0)
$0:=Application Version(*)
]]>
</programlisting>
<para>