Changeset 713 for trunk/phpbms/modules/bms/clients_import.php
- Timestamp:
- 01/05/10 11:43:59 (2 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/modules/bms/clients_import.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/bms/clients_import.php
r702 r713 128 128 // the forms list. 129 129 130 $list = array("phpBMS csv file" => 0, "Sugar CRM (v5. 0)" => 1);130 $list = array("phpBMS csv file" => 0, "Sugar CRM (v5.5.0)" => 1); 131 131 $default = 0; 132 132 if(isset($_POST["importType"]))