Changeset 688 for trunk/phpbms/modules/api/push_records_addedit.php
- Timestamp:
- 12/21/09 17:39:35 (2 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/modules/api/push_records_addedit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/api/push_records_addedit.php
r682 r688 55 55 //Form Elements 56 56 //============================================================== 57 $theform = new phpbmsForm( );57 $theform = new phpbmsForm(NULL, "post", "record", NULL); 58 58 $theform->id = $theform->name; 59 59