mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
c7f95e1f92
commit
b6541758b2
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue