Fixed a case where a notice was generated when the first point was added to the data set.

This commit is contained in:
Martynas Mickevicius
2010-07-09 16:08:53 +03:00
parent cd1cbce4ef
commit 7eedd0387d

View File

@@ -52,7 +52,7 @@
function pData() function pData()
{ {
$this->Data = ""; $this->Data = array();
$this->DataDescription = ""; $this->DataDescription = "";
$this->DataDescription["Position"] = "Name"; $this->DataDescription["Position"] = "Name";
$this->DataDescription["Format"]["X"] = "number"; $this->DataDescription["Format"]["X"] = "number";