diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-01-22 12:24:14 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-01-22 12:24:14 +0000 |
| commit | dc973146155891aee48aa92e94033413eba3d1b9 (patch) | |
| tree | 679fe8ae92fc29f79c73752f22f803d5e8c57cf0 /frontends/php/include/classes/pie.inc.php | |
| parent | ea3bf2726f4600d556df46bdc78945a002cc4c01 (diff) | |
- [ZBX-283] fixes in SQL statement (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5270 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/classes/pie.inc.php')
| -rw-r--r-- | frontends/php/include/classes/pie.inc.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/frontends/php/include/classes/pie.inc.php b/frontends/php/include/classes/pie.inc.php index 6657b765..0461e36b 100644 --- a/frontends/php/include/classes/pie.inc.php +++ b/frontends/php/include/classes/pie.inc.php @@ -67,8 +67,6 @@ function AddItem($itemid, $calc_fnc=CALC_FNC_AVG,$color=null, $type=null, $perio function selectData(){ - global $DB_TYPE; - $this->data = array(); $now = time(NULL); |
