Changeset 824

Show
Ignore:
Timestamp:
06/18/08 18:50:59 (5 months ago)
Author:
asiby
Message:

Added "text/comma-separated-values" to the allowed MIME Type for CSV.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.3/A2BCustomer_UI/lib/Misc.php

    r700 r824  
    446446                                                ); # these are only a few examples, you can find many more! 
    447447 
    448         $allowed_types = array("text/plain", "text/x-comma-separated-values", "text/csv", "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"); 
    449449 
    450450 
  • branches/1.3/A2Billing_AGI/libs_a2billing/Misc.php

    r700 r824  
    446446                                                ); # these are only a few examples, you can find many more! 
    447447 
    448         $allowed_types = array("text/plain", "text/x-comma-separated-values", "text/csv", "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"); 
    449449 
    450450 
  • branches/1.3/A2Billing_UI/lib/Misc.php

    r700 r824  
    446446                                                ); # these are only a few examples, you can find many more! 
    447447 
    448         $allowed_types = array("text/plain", "text/x-comma-separated-values", "text/csv", "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"); 
    449449 
    450450 
  • trunk/common/lib/Misc.php

    r759 r824  
    495495                                                ); # these are only a few examples, you can find many more! 
    496496 
    497         $allowed_types = array("text/plain", "text/x-comma-separated-values", "text/csv", "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"); 
    498498 
    499499 


Google