phpBMS

Changeset 432 for trunk/phpbms/include

Show
Ignore:
Timestamp:
08/15/08 13:44:27 (4 years ago)
Author:
nate
Message:
  • Added support for escaping quotes in import csv files with a backslash (\) character.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/include/parsecsv.lib.php

    r427 r432  
    360360                $strlen = strlen($data); 
    361361                 
     362                // --nrieb-- Adding support for escaping quotes with a backslash (\) character 
     363                $data = str_replace('\"', '""', $data); 
     364                 
    362365                // walk through each character 
    363366                for ( $i=0; $i < $strlen; $i++ ) { 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.