Parsing out clock %clk comments

This commit is contained in:
DHTMLGoodies
2017-01-30 13:42:28 +01:00
parent d17e42e7da
commit 5505a28b1d
5 changed files with 68 additions and 1 deletions

View File

@@ -18,7 +18,6 @@ class PgnParser
if(!file_exists($this->pgnFile)){
throw new Exception("File not found: ". $this->pgnFile);
}
}
$this->_fullParsing = $fullParsing;