From 5fc8da9b9420e3c99c1edaab9aa3875dbbbb0528 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 12 May 2010 14:26:34 +0000 Subject: [PATCH] Added examples for invalid configViewer entries git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18390 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_configRegistry.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gosa-core/include/class_configRegistry.inc b/gosa-core/include/class_configRegistry.inc index 6cf1d32e2..a780689f4 100644 --- a/gosa-core/include/class_configRegistry.inc +++ b/gosa-core/include/class_configRegistry.inc @@ -383,7 +383,7 @@ class gosaProperty // Display the reason for failing this check. if($message && ! $match){ - msg_dialog::display(_("Warning"), msgPool::invalid($name,$value), WARNING_DIALOG); + msg_dialog::display(_("Warning"), msgPool::invalid($name,$value,'','cn=user,ou=people,dc=example,dc=de'), WARNING_DIALOG); } return($match); @@ -395,7 +395,7 @@ class gosaProperty // Display the reason for failing this check. if($message && ! $match){ - msg_dialog::display(_("Warning"), msgPool::invalid($name,$value), WARNING_DIALOG); + msg_dialog::display(_("Warning"), msgPool::invalid($name,$value,'','ou=people,'), WARNING_DIALOG); } return($match); -- 2.30.2