mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
[Adif_parser] Bugfix for the feed function that is used by the API. Fixes #779.
This commit is contained in:
@@ -117,6 +117,7 @@ class ADIF_Parser
|
||||
public function feed($input_data) //allows the parser to be fed a string
|
||||
{
|
||||
$this->data = $input_data;
|
||||
$this->datasplit = preg_split("/<eor>/i", substr($this->data, $this->i));
|
||||
}
|
||||
|
||||
public function load_from_file($fname) //allows the user to accept a filename as input
|
||||
|
||||
Reference in New Issue
Block a user