geirm       01/12/13 10:42:58

  Modified:    xdocs    vtl-reference-guide.xml
               docs     vtl-reference-guide.html
  Log:
  Patch from Pete Kazmier <[EMAIL PROTECTED]>.  Thanks!
  
  Revision  Changes    Path
  1.31      +2 -1      jakarta-velocity/xdocs/vtl-reference-guide.xml
  
  Index: vtl-reference-guide.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/vtl-reference-guide.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- vtl-reference-guide.xml   2001/12/06 07:54:05     1.30
  +++ vtl-reference-guide.xml   2001/12/13 18:42:57     1.31
  @@ -126,7 +126,8 @@
       reference or a property reference.</li>
       <li><em>arg</em> - The RHS of the assignment, <em>arg</em> is parsed
       if enclosed in double quotes, and not parsed if enclosed in single
  -    quotes.</li>
  +    quotes.  If the RHS evaluates to <em>null</em>, it is <b>not</b>
  +    assigned to the LHS.</li>
       </ul>
   
       <p>
  
  
  
  1.44      +2 -1      jakarta-velocity/docs/vtl-reference-guide.html
  
  Index: vtl-reference-guide.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/vtl-reference-guide.html,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- vtl-reference-guide.html  2001/12/07 23:59:48     1.43
  +++ vtl-reference-guide.html  2001/12/13 18:42:57     1.44
  @@ -283,7 +283,8 @@
       reference or a property reference.</li>
       <li><em>arg</em> - The RHS of the assignment, <em>arg</em> is parsed
       if enclosed in double quotes, and not parsed if enclosed in single
  -    quotes.</li>
  +    quotes.  If the RHS evaluates to <em>null</em>, it is <b>not</b>
  +    assigned to the LHS.</li>
       </ul>
                                                   <p>
       Examples:
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to