summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d76a14d)
raw | patch | inline | side by side (parent: d76a14d)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 5 Jul 2006 12:18:56 +0000 (12:18 +0000) | ||
committer | hickert <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
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4030 594d385d-05f5-0310-b6e9-bd551577e9d8
html/main.php | patch | blob | history | |
include/functions_FAI.inc | patch | blob | history |
diff --git a/html/main.php b/html/main.php
index 3e1363f1a42bbc0f170eae3e8c8bcab118b6f2f4..b2c94f405e5e3f4630af50500281447a7db3cc08 100644 (file)
--- a/html/main.php
+++ b/html/main.php
$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)
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 .";