1
0
mirror of https://github.com/shuchkin/simplexlsxgen.git synced 2023-08-10 21:12:59 +03:00

Removed duplicate line

This commit is contained in:
mrjemson
2022-04-22 23:21:40 +10:00
committed by GitHub
parent ab28bc319d
commit 5309e6a002

View File

@ -577,7 +577,6 @@ class SimpleXLSXGen {
$this->SI[] = $v;
$cv = count( $this->SI ) - 1;
$this->SI_KEYS[ $skey ] = $cv;
$this->SI_KEYS[ $skey ] = $cv;
}
}
}