Changeset 700

Show
Ignore:
Timestamp:
05/07/08 02:22:59 (8 months ago)
Author:
areski
Message:

Add another valid MIME file type for CSV files under "import RateCard?"

Files:

Legend:

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

    r690 r700  
    442442                                                "application/octet-stream"              => ".exe, .fla (etc)", 
    443443                                                "text/x-comma-separated-values"                 => ".csv", 
     444                                                "text/comma-separated-values"                   => ".csv", 
    444445                                                "text/csv"                                                              => ".csv" 
    445446                                                ); # these are only a few examples, you can find many more! 
  • branches/1.3/A2Billing_AGI/libs_a2billing/Misc.php

    r690 r700  
    442442                                                "application/octet-stream"              => ".exe, .fla (etc)", 
    443443                                                "text/x-comma-separated-values"                 => ".csv", 
     444                                                "text/comma-separated-values"                   => ".csv", 
    444445                                                "text/csv"                                                              => ".csv" 
    445446                                                ); # these are only a few examples, you can find many more! 
  • branches/1.3/A2Billing_UI/lib/Misc.php

    r690 r700  
    442442                                                "application/octet-stream"              => ".exe, .fla (etc)", 
    443443                                                "text/x-comma-separated-values"                 => ".csv", 
     444                                                "text/comma-separated-values"                   => ".csv", 
    444445                                                "text/csv"                                                              => ".csv" 
    445446                                                ); # these are only a few examples, you can find many more! 


Google