summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/defines.inc.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-20 08:15:04 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-20 08:15:04 +0000
commit6553086bcd2e5135a4ffd1721dc702d1dd523866 (patch)
tree498b264452d8cf1a73078d67814df4f99f85ca78 /frontends/php/include/defines.inc.php
parentd36aeae3b8fa5359063fad31aeb219b146c6f124 (diff)
- [DEV-137] fixed installation warning (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5718 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/defines.inc.php')
-rw-r--r--frontends/php/include/defines.inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontends/php/include/defines.inc.php b/frontends/php/include/defines.inc.php
index 42edde1c..ef5d33ab 100644
--- a/frontends/php/include/defines.inc.php
+++ b/frontends/php/include/defines.inc.php
@@ -440,7 +440,8 @@
if((ini_get('mbstring.func_overload') > 5)){
define('ZBX_MBSTRINGS_OVERLOADED',1);
define('ZBX_EREG_SPACE_SYMB','\-');
-}else{
+}
+else{
define('ZBX_EREG_SPACE_SYMB','-');
}
define('ZBX_EREG_INTERNAL_NAMES', '([0-9a-zA-Z_.[:space:][.'.ZBX_EREG_SPACE_SYMB.'.]$]+)');