From ac2149cc84f98db84b0aada5f0cc90b5f0a4d049 Mon Sep 17 00:00:00 2001 From: osmiy Date: Thu, 11 Jan 2007 13:54:33 +0000 Subject: - fixed conflict with cookies of other products (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@3693 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/html.inc.php | 4 ---- 1 file changed, 4 deletions(-) (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 66b5a741..bcebb5a8 100644 --- a/frontends/php/include/html.inc.php +++ b/frontends/php/include/html.inc.php @@ -19,10 +19,6 @@ **/ ?> \n"); - define("SPACE"," "); - define("RARR","⇒"); - function bold($str) { if(is_array($str)){ -- cgit