diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-05-08 09:21:28 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-05-08 09:21:28 +0000 |
| commit | 29dca6b924dca31f7ac93bafc24985810971ac05 (patch) | |
| tree | f98ddd1705cadecfc69ceff6a026fd4bebd960ab /frontends/php/include/classes/cformtable.inc.php | |
| parent | 86ada7d77c1ce15210d7894d0858bbafd3a3f0c6 (diff) | |
| download | zabbix-29dca6b924dca31f7ac93bafc24985810971ac05.tar.gz zabbix-29dca6b924dca31f7ac93bafc24985810971ac05.tar.xz zabbix-29dca6b924dca31f7ac93bafc24985810971ac05.zip | |
- [DEV-149] improved host-group editing (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5683 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/classes/cformtable.inc.php')
| -rw-r--r-- | frontends/php/include/classes/cformtable.inc.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/frontends/php/include/classes/cformtable.inc.php b/frontends/php/include/classes/cformtable.inc.php index 449c6675..ee5fc85c 100644 --- a/frontends/php/include/classes/cformtable.inc.php +++ b/frontends/php/include/classes/cformtable.inc.php @@ -76,7 +76,9 @@ if(!is_string($value)){ return $this->error("Incorrect value for SetAlign [$value]"); } - return $this->AddOption('name',$value); + $this->AddOption('name',$value); + $this->AddOption('id',$value); + return true; } function SetAlign($value){ |
