From da89a85a0eeed1b50bc3b5e38b3392e852fa0f72 Mon Sep 17 00:00:00 2001 From: artem Date: Thu, 10 Jul 2008 08:04:38 +0000 Subject: - [DEV-144] fixes to trigger mass-update (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5821 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/html.inc.php | 1 - 1 file changed, 1 deletion(-) (limited to 'frontends/php/include/html.inc.php') diff --git a/frontends/php/include/html.inc.php b/frontends/php/include/html.inc.php index db6d95f4..34641c23 100644 --- a/frontends/php/include/html.inc.php +++ b/frontends/php/include/html.inc.php @@ -178,7 +178,6 @@ // $table->AddRow($tab); $table->AddRow($div); - return $table; } -- cgit