- Timestamp:
- 01/23/12 21:58:27 (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/studio/templates/base/scripts/BxBaseStudioFormsField.php
r15906 r15910 257 257 return false; 258 258 259 $this->alterRemove($sName);260 $this->alterAdd($sName);261 262 259 $oLanguages = BxDolStudioLanguagesUtils::getInstance(); 263 260 … … 1160 1157 parent::__construct($aParams, $aField); 1161 1158 1162 $this->aParams['table_field_type'] = 'varchar(255)';1163 1164 1159 $this->aForm['inputs']['type']['value'] = 'custom'; 1165 1160 $this->aForm['inputs']['type_display']['value'] = 'custom';
Note: See TracChangeset
for help on using the changeset viewer.