Changeset 404 for branches/Modular/Common/ViewList.php
- Timestamp:
- Jun 12, 2012, 6:41:12 PM (13 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  branches/Modular/Common/ViewList.php (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      branches/Modular/Common/ViewList.phpr385 r404 131 131 } 132 132 133 function AddItemBoolean($Name, $Title) 134 { 135 $this->Columns[$Name] = array('Name' => $Name, 'Title' => $Title, 136 'Type' => ViewItemTypeBoolean, 'SQL' => $Name); 137 } 138 133 139 function AddItemDateTime($Name, $Title) 134 140 { 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
