diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-03-20 11:39:17 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-03-20 11:39:17 +0000 |
| commit | a23c4de7f946b02f036315d319591ff5cfe08a93 (patch) | |
| tree | f919d1e183903909f5d4220e9be574e2dd2b3351 /frontends/php/include/classes/cformtable.inc.php | |
| parent | 80e1c36d1b3ae7593d368ca1e4d7bee2ff8f40f7 (diff) | |
| download | zabbix-a23c4de7f946b02f036315d319591ff5cfe08a93.tar.gz zabbix-a23c4de7f946b02f036315d319591ff5cfe08a93.tar.xz zabbix-a23c4de7f946b02f036315d319591ff5cfe08a93.zip | |
- developed configuration interface for discovery (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3900 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, 2 insertions, 2 deletions
diff --git a/frontends/php/include/classes/cformtable.inc.php b/frontends/php/include/classes/cformtable.inc.php index 256ba583..4f888c81 100644 --- a/frontends/php/include/classes/cformtable.inc.php +++ b/frontends/php/include/classes/cformtable.inc.php @@ -133,8 +133,8 @@ if(is_string($item1)) $item1=nbsp($item1); - if(is_null($item1)) $item1 = SPACE; - if(is_null($item2)) $item2 = SPACE; + if(empty($item1)) $item1 = SPACE; + if(empty($item2)) $item2 = SPACE; $row = new CRow(array( new CCol($item1,'form_row_l'), |
