Changeset 267 for ZMS/trunk/zmssqldb.py


Ignore:
Timestamp:
03.11.2008 14:37:55 (4 years ago)
Author:
mike
Message:

zms-2.11.1-120

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ZMS/trunk/zmssqldb.py

    r261 r267  
    420420              col['description'] = colDescr.strip() 
    421421              col['id'] = col['key'] 
     422              col['index'] = col.get('index',len(cols)) 
    422423              col['label'] = ' '.join( map( lambda x: x.capitalize(), colId.split('_'))).strip() 
    423424              col['name'] = col['label'] 
Note: See TracChangeset for help on using the changeset viewer.