Changeset 91
- Timestamp:
- 07/20/07 06:56:53 (1 year 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/A2BCustomer_UI/lib/Misc.php (modified) (1 diff)
- trunk/A2Billing_AGI/libs_a2billing/Misc.php (modified) (1 diff)
- trunk/A2Billing_UI/lib/Misc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.3/A2BCustomer_UI/lib/Misc.php
r90 r91 439 439 "application/vnd.ms-excel" => ".xls", 440 440 "application/octet-stream" => ".exe, .fla (etc)", 441 "text/x-comma-separated-values" => ".csv" 441 "text/x-comma-separated-values" => ".csv", 442 442 "text/csv" => ".csv" 443 443 ); # these are only a few examples, you can find many more! branches/1.3/A2Billing_AGI/libs_a2billing/Misc.php
r90 r91 439 439 "application/vnd.ms-excel" => ".xls", 440 440 "application/octet-stream" => ".exe, .fla (etc)", 441 "text/x-comma-separated-values" => ".csv" 441 "text/x-comma-separated-values" => ".csv", 442 442 "text/csv" => ".csv" 443 443 ); # these are only a few examples, you can find many more! branches/1.3/A2Billing_UI/lib/Misc.php
r90 r91 439 439 "application/vnd.ms-excel" => ".xls", 440 440 "application/octet-stream" => ".exe, .fla (etc)", 441 "text/x-comma-separated-values" => ".csv" 441 "text/x-comma-separated-values" => ".csv", 442 442 "text/csv" => ".csv" 443 443 ); # these are only a few examples, you can find many more! trunk/A2BCustomer_UI/lib/Misc.php
r88 r91 439 439 "application/vnd.ms-excel" => ".xls", 440 440 "application/octet-stream" => ".exe, .fla (etc)", 441 "text/x-comma-separated-values" => ".csv" 441 "text/x-comma-separated-values" => ".csv", 442 442 "text/csv" => ".csv" 443 443 ); # these are only a few examples, you can find many more! trunk/A2Billing_AGI/libs_a2billing/Misc.php
r89 r91 439 439 "application/vnd.ms-excel" => ".xls", 440 440 "application/octet-stream" => ".exe, .fla (etc)", 441 "text/x-comma-separated-values" => ".csv" 441 "text/x-comma-separated-values" => ".csv", 442 442 "text/csv" => ".csv" 443 443 ); # these are only a few examples, you can find many more! trunk/A2Billing_UI/lib/Misc.php
r88 r91 439 439 "application/vnd.ms-excel" => ".xls", 440 440 "application/octet-stream" => ".exe, .fla (etc)", 441 "text/x-comma-separated-values" => ".csv" 441 "text/x-comma-separated-values" => ".csv", 442 442 "text/csv" => ".csv" 443 443 ); # these are only a few examples, you can find many more!
