[otrs-cvs] doc-developer/en codesyntax.xml,1.12,1.13
cvs-log at otrs.org
cvs-log at otrs.org
Mon Jul 2 14:30:59 GMT 2007
Comments:
Update of /home/cvs/doc-developer/en
In directory lancelot:/tmp/cvs-serv6388/en
Modified Files:
codesyntax.xml
Log Message:
Fixed content errors because of cut and paste.
Author: tr
Index: codesyntax.xml
===================================================================
RCS file: /home/cvs/doc-developer/en/codesyntax.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** codesyntax.xml 5 Jun 2007 07:51:55 -0000 1.12
--- codesyntax.xml 2 Jul 2007 14:30:53 -0000 1.13
***************
*** 89,93 ****
<title>Objects and their allocation</title>
<para>
! In OTRS many object are available. But it is not allowed to use every object in each script.
Please note the following definitions
</para>
--- 89,93 ----
<title>Objects and their allocation</title>
<para>
! In OTRS many objects are available. But it is not allowed to use every object in each script.
Please note the following definitions
</para>
***************
*** 204,217 ****
</para>
</sect1>
- <sect1 id="objects">
- <title>Objects and there allocation</title>
- <para>
- In OTRS are many object available. But it is not allowed to use every Object
- </para>
- <para>
- <programlisting format="linespecific">
- e. g. @TicktIDs or $Output or BuildQueueView()
- </programlisting>
- </para>
- </sect1>
</chapter>
--- 204,206 ----
More information about the cvs-log
mailing list