summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/config.inc.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-06-25 10:10:08 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-06-25 10:10:08 +0000
commit92f62ad44d8aa2de10a4949cdb761c60c6eed31e (patch)
tree1dd9528bfdbbaa15aa2039c616a14d4364a55bb0 /frontends/php/include/config.inc.php
parent00a0d7d280dbb103e16326403162e561eb86784a (diff)
downloadzabbix-92f62ad44d8aa2de10a4949cdb761c60c6eed31e.tar.gz
zabbix-92f62ad44d8aa2de10a4949cdb761c60c6eed31e.tar.xz
zabbix-92f62ad44d8aa2de10a4949cdb761c60c6eed31e.zip
- [DEV-174] added ability to edit user medias (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5786 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/config.inc.php')
-rw-r--r--frontends/php/include/config.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php
index 9011da62..2f8c9c91 100644
--- a/frontends/php/include/config.inc.php
+++ b/frontends/php/include/config.inc.php
@@ -1484,7 +1484,7 @@ function TODO($msg) { echo "TODO: ".$msg.SBR; } // DEBUG INFO!!!
* require calling 'zbx_flush_post_cookies' function
* Called from:
* a) in 'include/page_header.php'
- * b) from 'Redirect()'
+ * b) from 'redirect()'
*
* author: Eugene Grigorjev
*/