From 1bbf47cea6defff97a8ecd794c4c70b8b922cf7d Mon Sep 17 00:00:00 2001 From: osmiy Date: Mon, 22 May 2006 12:15:34 +0000 Subject: - fixed oracle SQL request creating (Eugene) - fixed first host selection from list of accessed hosts (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2874 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/copt.lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontends/php/include/copt.lib.php') diff --git a/frontends/php/include/copt.lib.php b/frontends/php/include/copt.lib.php index 3154867e..ea3accf2 100644 --- a/frontends/php/include/copt.lib.php +++ b/frontends/php/include/copt.lib.php @@ -86,10 +86,10 @@ ** Eugene Grigorjev (eugene.grigorjev@zabbix.com) **/ - define("USE_PROFILING",1); +// define("USE_PROFILING",1); // define("USE_TIME_PROF",1); // define("USE_MEM_PROF",1); - define("USE_SQLREQUEST_PROF",1); +// define("USE_SQLREQUEST_PROF",1); // define("SHOW_SQLREQUEST_DETAILS",1); if(defined('USE_PROFILING')) -- cgit