diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-10-24 09:46:59 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-10-24 09:46:59 +0000 |
| commit | 6621abdeda3d6f6270997763405238672ef583b9 (patch) | |
| tree | 1721ac88baf02ea43da14de23ef138faa861181b /frontends/php/include/forms.inc.php | |
| parent | c1a98b2f571abfa8e97ddfc15cb08de23f975e8f (diff) | |
| download | zabbix-6621abdeda3d6f6270997763405238672ef583b9.tar.gz zabbix-6621abdeda3d6f6270997763405238672ef583b9.tar.xz zabbix-6621abdeda3d6f6270997763405238672ef583b9.zip | |
- [ZBX-65] merged rev. 4878:4903 of branches/1.4/ (Artem) [fixes for item form]
git-svn-id: svn://svn.zabbix.com/trunk@4905 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/forms.inc.php')
| -rw-r--r-- | frontends/php/include/forms.inc.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php index 393991f1..ef0e0881 100644 --- a/frontends/php/include/forms.inc.php +++ b/frontends/php/include/forms.inc.php @@ -1483,6 +1483,8 @@ if(isset($_REQUEST["groupid"])) $frmItem->AddVar("hostid",$_REQUEST["hostid"]); + $frmItem->AddVar('applications_visible',1); + $description = get_request("description" ,""); $key = get_request("key" ,""); |
