fixes #644
This commit is contained in:
parent
52169a4197
commit
5eecd9696e
@ -510,6 +510,10 @@
|
|||||||
function _parseLine($line) {
|
function _parseLine($line) {
|
||||||
$line = trim($line);
|
$line = trim($line);
|
||||||
|
|
||||||
|
if(!preg_match("/\\\#/", $line)) {
|
||||||
|
$line = trim(preg_replace('/#.*$/', '', $line));
|
||||||
|
}
|
||||||
|
|
||||||
$array = array();
|
$array = array();
|
||||||
|
|
||||||
if (preg_match('/^-(.*):$/',$line)) {
|
if (preg_match('/^-(.*):$/',$line)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user