Changeset 824
- Timestamp:
- 06/18/08 18:50:59 (5 months ago)
- Files:
-
- branches/1.3/A2BCustomer_UI/lib/Misc.php (modified) (1 diff)
- branches/1.3/A2Billing_AGI/libs_a2billing/Misc.php (modified) (1 diff)
- branches/1.3/A2Billing_UI/lib/Misc.php (modified) (1 diff)
- trunk/common/lib/Misc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.3/A2BCustomer_UI/lib/Misc.php
r700 r824 446 446 ); # these are only a few examples, you can find many more! 447 447 448 $allowed_types = array("text/plain", "text/x-comma-separated-values", "text/c sv", "application/vnd.ms-excel");448 $allowed_types = array("text/plain", "text/x-comma-separated-values", "text/comma-separated-values", "text/csv", "application/vnd.ms-excel"); 449 449 450 450 branches/1.3/A2Billing_AGI/libs_a2billing/Misc.php
r700 r824 446 446 ); # these are only a few examples, you can find many more! 447 447 448 $allowed_types = array("text/plain", "text/x-comma-separated-values", "text/c sv", "application/vnd.ms-excel");448 $allowed_types = array("text/plain", "text/x-comma-separated-values", "text/comma-separated-values", "text/csv", "application/vnd.ms-excel"); 449 449 450 450 branches/1.3/A2Billing_UI/lib/Misc.php
r700 r824 446 446 ); # these are only a few examples, you can find many more! 447 447 448 $allowed_types = array("text/plain", "text/x-comma-separated-values", "text/c sv", "application/vnd.ms-excel");448 $allowed_types = array("text/plain", "text/x-comma-separated-values", "text/comma-separated-values", "text/csv", "application/vnd.ms-excel"); 449 449 450 450 trunk/common/lib/Misc.php
r759 r824 495 495 ); # these are only a few examples, you can find many more! 496 496 497 $allowed_types = array("text/plain", "text/x-comma-separated-values", "text/c sv", "application/vnd.ms-excel");497 $allowed_types = array("text/plain", "text/x-comma-separated-values", "text/comma-separated-values", "text/csv", "application/vnd.ms-excel"); 498 498 499 499
