diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-06-20 08:42:25 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-06-20 08:42:25 +0000 |
| commit | 3f8cf5f0da75fa8312c173e9e2c1e1e843811091 (patch) | |
| tree | 1cb9f4841cb20bc2fd65a696181e70cbdf2cfb88 /frontends/php/include/defines.inc.php | |
| parent | 2804bdc7c298f114802a93d7c3312370c8602ba0 (diff) | |
| download | zabbix-3f8cf5f0da75fa8312c173e9e2c1e1e843811091.tar.gz zabbix-3f8cf5f0da75fa8312c173e9e2c1e1e843811091.tar.xz zabbix-3f8cf5f0da75fa8312c173e9e2c1e1e843811091.zip | |
- [DEV-137] changes in users profile system (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5782 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/defines.inc.php')
| -rw-r--r-- | frontends/php/include/defines.inc.php | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/frontends/php/include/defines.inc.php b/frontends/php/include/defines.inc.php index 0e7024a8..b217c340 100644 --- a/frontends/php/include/defines.inc.php +++ b/frontends/php/include/defines.inc.php @@ -320,12 +320,14 @@ define('MARK_COLOR_GREEN', 2); define('MARK_COLOR_BLUE', 3); - define('PROFILE_TYPE_UNKNOWN', 0); - define('PROFILE_TYPE_ARRAY', 1); + define('PROFILE_TYPE_UNKNOWN', 0); + define('PROFILE_TYPE_ID', 1); + define('PROFILE_TYPE_INT', 2); + define('PROFILE_TYPE_STR', 3); + define('PROFILE_TYPE_ARRAY_ID', 4); + define('PROFILE_TYPE_ARRAY_INT', 5); + define('PROFILE_TYPE_ARRAY_STR', 6); - define('PROFILE_TYPE_MULTI', 2); - define('PROFILE_TYPE_MULTI_ARRAY', 3); - define('CALC_FNC_MIN', 1); define('CALC_FNC_AVG', 2); define('CALC_FNC_MAX', 4); |
