Changeset 91

Show
Ignore:
Timestamp:
07/20/07 06:56:53 (1 year ago)
Author:
areski
Message:

UPDATE : bug missing comma

Files:

Legend:

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

    r90 r91  
    439439                                                "application/vnd.ms-excel"              => ".xls", 
    440440                                                "application/octet-stream"              => ".exe, .fla (etc)", 
    441                                                 "text/x-comma-separated-values"                 => ".csv" 
     441                                                "text/x-comma-separated-values"                 => ".csv", 
    442442                                                "text/csv"                                                              => ".csv" 
    443443                                                ); # these are only a few examples, you can find many more! 
  • branches/1.3/A2Billing_AGI/libs_a2billing/Misc.php

    r90 r91  
    439439                                                "application/vnd.ms-excel"              => ".xls", 
    440440                                                "application/octet-stream"              => ".exe, .fla (etc)", 
    441                                                 "text/x-comma-separated-values"                 => ".csv" 
     441                                                "text/x-comma-separated-values"                 => ".csv", 
    442442                                                "text/csv"                                                              => ".csv" 
    443443                                                ); # these are only a few examples, you can find many more! 
  • branches/1.3/A2Billing_UI/lib/Misc.php

    r90 r91  
    439439                                                "application/vnd.ms-excel"              => ".xls", 
    440440                                                "application/octet-stream"              => ".exe, .fla (etc)", 
    441                                                 "text/x-comma-separated-values"                 => ".csv" 
     441                                                "text/x-comma-separated-values"                 => ".csv", 
    442442                                                "text/csv"                                                              => ".csv" 
    443443                                                ); # these are only a few examples, you can find many more! 
  • trunk/A2BCustomer_UI/lib/Misc.php

    r88 r91  
    439439                                                "application/vnd.ms-excel"              => ".xls", 
    440440                                                "application/octet-stream"              => ".exe, .fla (etc)", 
    441                                                 "text/x-comma-separated-values"                 => ".csv" 
     441                                                "text/x-comma-separated-values"                 => ".csv", 
    442442                                                "text/csv"                                                              => ".csv" 
    443443                                                ); # these are only a few examples, you can find many more! 
  • trunk/A2Billing_AGI/libs_a2billing/Misc.php

    r89 r91  
    439439                                                "application/vnd.ms-excel"              => ".xls", 
    440440                                                "application/octet-stream"              => ".exe, .fla (etc)", 
    441                                                 "text/x-comma-separated-values"                 => ".csv" 
     441                                                "text/x-comma-separated-values"                 => ".csv", 
    442442                                                "text/csv"                                                              => ".csv" 
    443443                                                ); # these are only a few examples, you can find many more! 
  • trunk/A2Billing_UI/lib/Misc.php

    r88 r91  
    439439                                                "application/vnd.ms-excel"              => ".xls", 
    440440                                                "application/octet-stream"              => ".exe, .fla (etc)", 
    441                                                 "text/x-comma-separated-values"                 => ".csv" 
     441                                                "text/x-comma-separated-values"                 => ".csv", 
    442442                                                "text/csv"                                                              => ".csv" 
    443443                                                ); # these are only a few examples, you can find many more! 


Google