From 15b3431d068216bb134c64ff52af63bebc8f45f0 Mon Sep 17 00:00:00 2001 From: artem Date: Wed, 2 Jul 2008 13:14:35 +0000 Subject: - [DEV-144] improvements in users authentication methods (Artem) - [ZBX-387] fixed issue with undefined function ctype_digit (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5814 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/authentication.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/authentication.php') diff --git a/frontends/php/authentication.php b/frontends/php/authentication.php index 561c83b8..86951128 100644 --- a/frontends/php/authentication.php +++ b/frontends/php/authentication.php @@ -152,7 +152,7 @@ include_once('include/page_header.php'); $result=update_config($config); } else{ - info('Exists ['.$res['usrgrp'].'] groups with ['.S_INTERNAL.'] GUI access.'); + info('Exists ['.$res['cnt_usrgrp'].'] groups with ['.S_INTERNAL.'] GUI access.'); $result=false; } -- cgit