You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jm...@apache.org on 2001/06/24 20:14:40 UTC

cvs commit: jakarta-turbine/conf/torque/templates/om Peer.vm

jmcnally    01/06/24 11:14:40

  Modified:    conf/torque/templates/om Peer.vm
  Log:
  String missing quotes.
  
  Revision  Changes    Path
  1.62      +1 -1      jakarta-turbine/conf/torque/templates/om/Peer.vm
  
  Index: Peer.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/conf/torque/templates/om/Peer.vm,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- Peer.vm	2001/05/31 00:59:42	1.61
  +++ Peer.vm	2001/06/24 18:14:40	1.62
  @@ -311,7 +311,7 @@
           #foreach ($col in $table.Columns)
               #if ($col.isBooleanChar())
               obj.set${col.JavaName}
  -                (Y.equals(row.getValue(offset+$n).$col.VillageMethod));
  +                ("Y".equals(row.getValue(offset+$n).$col.VillageMethod));
               #elseif ($col.isBooleanInt())
               obj.set${col.JavaName}
                   (1 == row.getValue(offset+$n).$col.VillageMethod);
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org