diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-12-27 14:12:00 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-12-27 14:12:00 +0000 |
| commit | 6742b51b998f18ff3ab0ba0fb78d4c30913ebf7e (patch) | |
| tree | 0d5a112aacf9b4350cd500559c9a65b41b09d1d5 /frontends/php/exp_imp.php | |
| parent | 0c61274fcf75d2fcc545b761d64d3307323afcd3 (diff) | |
| download | zabbix-6742b51b998f18ff3ab0ba0fb78d4c30913ebf7e.tar.gz zabbix-6742b51b998f18ff3ab0ba0fb78d4c30913ebf7e.tar.xz zabbix-6742b51b998f18ff3ab0ba0fb78d4c30913ebf7e.zip | |
- [DEV-91] fix needless reference (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5206 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/exp_imp.php')
| -rw-r--r-- | frontends/php/exp_imp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/exp_imp.php b/frontends/php/exp_imp.php index 8592f76b..42ee7cf5 100644 --- a/frontends/php/exp_imp.php +++ b/frontends/php/exp_imp.php @@ -287,7 +287,7 @@ include_once "include/page_header.php"; $cmbGroups->SetValue(0); } - $header =& get_table_header(S_HOSTS_BIG, array(S_GROUP.SPACE, $cmbGroups)); + $header = get_table_header(S_HOSTS_BIG, array(S_GROUP.SPACE, $cmbGroups)); $form->AddItem($header); |
