Changeset 726 for trunk/phpbms/modules/base/tabledefs_addedit.php
- Timestamp:
- 01/06/10 23:35:21 (2 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/modules/base/tabledefs_addedit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/base/tabledefs_addedit.php
r703 r726 69 69 $theform->addField($theinput); 70 70 71 $theinput = new inputCheckbox("apiaccessible",$therecord["apiaccessible"],"api accessible");71 $theinput = new inputCheckbox("apiaccessible",$therecord["apiaccessible"],"api accessible"); 72 72 $theform->addField($theinput); 73 73