diff --git a/libraries/import/shp.php b/libraries/import/shp.php index c3439a58f3..f992623c86 100644 --- a/libraries/import/shp.php +++ b/libraries/import/shp.php @@ -162,8 +162,7 @@ if (isset($plugin_list)) { function _loadHeaders() { $this->recordNumber = loadData("N", readFromBuffer(4)); - //We read the length of the record - $tmp = loadData("N", readFromBuffer(4)); + readFromBuffer(4); $this->shapeType = loadData("V", readFromBuffer(4)); }