Code

Added functions_FAI.inc to main.inc
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 5 Jul 2006 12:18:56 +0000 (12:18 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 5 Jul 2006 12:18:56 +0000 (12:18 +0000)
Fixed some output

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4030 594d385d-05f5-0310-b6e9-bd551577e9d8

html/main.php
include/functions_FAI.inc

index 3e1363f1a42bbc0f170eae3e8c8bcab118b6f2f4..b2c94f405e5e3f4630af50500281447a7db3cc08 100644 (file)
@@ -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 */
index 24ff61ec81169f7f7462fa8f003b2a5ac310da4b..b1f702ea692d6619e738310f52b834ac222346dd 100644 (file)
@@ -157,8 +157,8 @@ function prepare_to_save_FAI_object($Current_DN)
       echo "Creating an empty entry for <b>".$r[key($r)]."</b><br>";
       echo "By setting <b>'FAIstate'</b> to <b>'*|removed'</b><br>"; 
     }else{
-      echo "<b>This object has sub releases: </b><br>";
-      echo "This object must be updated <b>".$r[key($r)]."</b> with <b>".$parent_obj."</b><br>";
+      echo "<b>This object has sub releases: </b><br>This object must be updated <b>";
+      echo $r[key($r)]."<br></b> with <b>".$parent_obj."</b><br>";
     }
     unset($r[key($r)]);
     echo "<br> the result will be inherited by .";