mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
[ADIF Parser] Placed split line correct
This commit is contained in:
@@ -99,7 +99,6 @@ class ADIF_Parser
|
||||
}
|
||||
}
|
||||
|
||||
$this->datasplit = preg_split("/<eor>/i", substr($this->data, $this->i));
|
||||
$this->i++;
|
||||
|
||||
};
|
||||
@@ -110,6 +109,8 @@ class ADIF_Parser
|
||||
echo "Error: ADIF File Does Not Contain Any QSOs";
|
||||
return 0;
|
||||
};
|
||||
|
||||
$this->datasplit = preg_split("/<eor>/i", substr($this->data, $this->i));
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user