reverted previous change
2008-01-26 Douglas S. Blank <dblank@cs.brynmawr.edu> * src/DataViews/PersonView.py (PersonView.write_tabbed_file): svn: r9937
This commit is contained in:
		@@ -1,3 +1,7 @@
 | 
			
		||||
2008-01-26  Douglas S. Blank  <dblank@cs.brynmawr.edu>
 | 
			
		||||
	* src/DataViews/PersonView.py (PersonView.write_tabbed_file): 
 | 
			
		||||
	reverted previous change
 | 
			
		||||
 | 
			
		||||
2008-01-26  Douglas S. Blank  <dblank@cs.brynmawr.edu>
 | 
			
		||||
	* src/DataViews/PersonView.py (PersonView.write_tabbed_file): 
 | 
			
		||||
	write out translated headers to spreadsheet
 | 
			
		||||
 
 | 
			
		||||
@@ -957,7 +957,7 @@ class PersonView(PageView.PersonNavView):
 | 
			
		||||
                               for pair in self.dbstate.db.get_person_column_order() \
 | 
			
		||||
                               if pair[0]]
 | 
			
		||||
 | 
			
		||||
        cnames = [_(column_names[i]) for i in data_cols]
 | 
			
		||||
        cnames = [column_names[i] for i in data_cols]
 | 
			
		||||
 | 
			
		||||
        # create the output tabbed document, and open it
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user