summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/copt.lib.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-05-22 12:15:34 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-05-22 12:15:34 +0000
commit1bbf47cea6defff97a8ecd794c4c70b8b922cf7d (patch)
tree0bec9862f4698d2b10c279d49fc711e36ae9924d /frontends/php/include/copt.lib.php
parent079d0f286f845bfb3071dd784616d33fed073a5c (diff)
- 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
Diffstat (limited to 'frontends/php/include/copt.lib.php')
-rw-r--r--frontends/php/include/copt.lib.php4
1 files changed, 2 insertions, 2 deletions
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'))