summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/config.inc.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-08-02 11:28:47 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-08-02 11:28:47 +0000
commit048b60ac34fd1e304282665fc835c76f63ad23b6 (patch)
treec2b7e7a7aae1a54c832f7c9acc8408a829efb5e3 /frontends/php/include/config.inc.php
parent70544b9e784123d3955a03851bfc86e1ca52feb5 (diff)
- added iframe resize in slideshow (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@4503 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/config.inc.php')
-rw-r--r--frontends/php/include/config.inc.php9
1 files changed, 1 insertions, 8 deletions
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php
index 4119124c..e295a239 100644
--- a/frontends/php/include/config.inc.php
+++ b/frontends/php/include/config.inc.php
@@ -1373,11 +1373,6 @@ function TODO($msg) { echo "TODO: ".$msg.BR; } // DEBUG INFO!!!
return $result;
}
-/***********************************/
-
- function insert_showhint_javascript()
- {
- if(defined('SHOW_HINT_SCRIPT_INSERTTED')) return;
/* Use ImageSetStyle+ImageLIne instead of bugged ImageDashedLine */
if(function_exists("imagesetstyle"))
@@ -1804,6 +1799,4 @@ function TODO($msg) { echo "TODO: ".$msg.BR; } // DEBUG INFO!!!
{
return ($timestamp==0)?S_NEVER:date($format,$timestamp);
}
-
-
-?>
+?> \ No newline at end of file