diff options
| -rwxr-xr-x | db_update_scripts/update_nutrientData.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db_update_scripts/update_nutrientData.php b/db_update_scripts/update_nutrientData.php index e4c81a7..e56dccb 100755 --- a/db_update_scripts/update_nutrientData.php +++ b/db_update_scripts/update_nutrientData.php @@ -56,7 +56,7 @@ while ( ($row = fgetcsv($fh_add, 0, $delimiter, $enclosure)) !== FALSE ) { ); $db->Select($sql); if ( $db->_rowCount != 0 ) { - fwrite($fh_log, "\tWARNING not adding ndb_no {$row[0]} because it already exists.\n"); + fwrite($fh_log, "\tWARNING not adding ndb_no {$row[0]}, nutr_no {$row[1]} because it already exists.\n"); continue; } |
