Commit 96d989f08ef199fad077c05ac8cf171bdf068f43

Authored by Edmar Moretti
1 parent 4920a4dc

ajuste na importacao de arquivos csv

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
admin/php/metaestat_uploadcsv_submit.php
... ... @@ -125,7 +125,7 @@ error_reporting(0);
125 125 $vs[] = "'".$s[$j]."'";
126 126 }
127 127 else{
128   - if(empty($s[$j])){
  128 + if($s[$j] == ""){
129 129 $vs[] = 'null';
130 130 }
131 131 else{
... ...