Changeset 1488 for ZMS/trunk/conf
- Timestamp:
- 03.05.2011 23:10:12 (13 months ago)
- File:
-
- 1 edited
-
ZMS/trunk/conf/db/getEntities.Postgres.dtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ZMS/trunk/conf/db/getEntities.Postgres.dtml
r698 r1488 41 41 <dtml-call "REQUEST.set('colType','string')"> 42 42 <dtml-elif "colType.find('int')>0"> 43 <dtml-call "REQUEST.set('colSize', int(colType[3:]))">43 <dtml-call "REQUEST.set('colSize',_.int(colType[3:]))"> 44 44 <dtml-call "REQUEST.set('colType','int')"> 45 45 </dtml-if>
Note: See TracChangeset
for help on using the changeset viewer.
