From 4182bc6afb20b00fa27a54c67056bb98a58a49bb Mon Sep 17 00:00:00 2001 From: osmiy Date: Fri, 12 May 2006 14:23:12 +0000 Subject: - speed improvement for Overview screens (Eugene) - developed 'net.if.total[*]' parameter (Eugene) - fixed new map link adding (Eugene) - fixed host group adding (Eugene) - fixed map displaying (Eugene) - fixed 'No permissions' for 'Latest data','Triggers','Alarms' screens (Eugene) - fixed permision deletion (Eugene) - fixed 'get_map_by_sysmapid' function calls(Eugene) - improved php code execution speed (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2825 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/classes/cflashclock.mod.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'frontends/php/include/classes/cflashclock.mod.php') diff --git a/frontends/php/include/classes/cflashclock.mod.php b/frontends/php/include/classes/cflashclock.mod.php index b5e4cdab..dbfef8d3 100644 --- a/frontends/php/include/classes/cflashclock.mod.php +++ b/frontends/php/include/classes/cflashclock.mod.php @@ -41,11 +41,12 @@ $this->timetype = $value; } - function Show() + function BodyToString() { if($this->timetype == TIME_TYPE_SERVER) $this->SetSrc($this->src."×tamp=".time()); - parent::Show(); + + return parent::BodyToString(); } } ?> -- cgit