diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-09-13 12:58:10 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-09-13 12:58:10 +0000 |
| commit | 8ca8c03346090ece96b4c4b3da5fe2d41b04eb3e (patch) | |
| tree | cb08b1a7223db8f51791bb5c4b9ba551721f55c4 /frontends/php/include/copt.lib.php | |
| parent | af0a329b812599d79e26a59d9d8eaaa4312c2034 (diff) | |
| download | zabbix-8ca8c03346090ece96b4c4b3da5fe2d41b04eb3e.tar.gz zabbix-8ca8c03346090ece96b4c4b3da5fe2d41b04eb3e.tar.xz zabbix-8ca8c03346090ece96b4c4b3da5fe2d41b04eb3e.zip | |
- fixed trigger description substitution in action comporation (Eugene)
- fixed trigger description substitution in message subject and body (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3299 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/copt.lib.php')
| -rw-r--r-- | frontends/php/include/copt.lib.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/include/copt.lib.php b/frontends/php/include/copt.lib.php index ea3accf2..0144ab92 100644 --- a/frontends/php/include/copt.lib.php +++ b/frontends/php/include/copt.lib.php @@ -86,8 +86,8 @@ ** Eugene Grigorjev (eugene.grigorjev@zabbix.com) **/ -// define("USE_PROFILING",1); -// define("USE_TIME_PROF",1); + define("USE_PROFILING",1); + define("USE_TIME_PROF",1); // define("USE_MEM_PROF",1); // define("USE_SQLREQUEST_PROF",1); // define("SHOW_SQLREQUEST_DETAILS",1); |
