From: hickert Date: Wed, 5 Jul 2006 12:18:56 +0000 (+0000) Subject: Added functions_FAI.inc to main.inc X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f147ecff6f7fe1daeaeff11bbf816e5a002dd784;p=gosa.git Added functions_FAI.inc to main.inc Fixed some output git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4030 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/html/main.php b/html/main.php index 3e1363f1a..b2c94f405 100644 --- a/html/main.php +++ b/html/main.php @@ -23,6 +23,7 @@ $start = microtime(); $timing= array(); require_once ("../include/php_setup.inc"); require_once ("functions.inc"); +require_once ("functions_FAI.inc"); header("Content-type: text/html; charset=UTF-8"); /* Find all class files and include them */ diff --git a/include/functions_FAI.inc b/include/functions_FAI.inc index 24ff61ec8..b1f702ea6 100644 --- a/include/functions_FAI.inc +++ b/include/functions_FAI.inc @@ -157,8 +157,8 @@ function prepare_to_save_FAI_object($Current_DN) echo "Creating an empty entry for ".$r[key($r)]."
"; echo "By setting 'FAIstate' to '*|removed'
"; }else{ - echo "This object has sub releases:
"; - echo "This object must be updated ".$r[key($r)]." with ".$parent_obj."
"; + echo "This object has sub releases:
This object must be updated "; + echo $r[key($r)]."
with ".$parent_obj."
"; } unset($r[key($r)]); echo "
the result will be inherited by .";