Fixed a case where a notice was generated when the first point was added to the data set.
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
|
||||
function pData()
|
||||
{
|
||||
$this->Data = "";
|
||||
$this->Data = array();
|
||||
$this->DataDescription = "";
|
||||
$this->DataDescription["Position"] = "Name";
|
||||
$this->DataDescription["Format"]["X"] = "number";
|
||||
|
Reference in New Issue
Block a user