? cvs_deploy ? date ? img_assist ? login_destination ? taxonomy_defaults ? token ? views ? webform ? wysiwyg Index: biblio/ris_parser.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/biblio/ris_parser.inc,v retrieving revision 1.4.2.17 diff -u -p -r1.4.2.17 ris_parser.inc --- biblio/ris_parser.inc 23 Feb 2009 22:04:11 -0000 1.4.2.17 +++ biblio/ris_parser.inc 16 Mar 2009 13:31:47 -0000 @@ -31,7 +31,7 @@ function _ris_tagged_import($file, $term $line = fgets($fp); $line_len = strlen($line); if ($line_len > 3) { - $start = strpos($line, ' - '); // There could be some unprintables at the beginning of the line so fine the location of the % + $start = strpos($line, ' -'); // There could be some unprintables at the beginning of the line so fine the location of the % if ($start !== FALSE) { $tag = drupal_substr($line, $start -2, 2); $value = trim(drupal_substr($line, $start +4));