From 279d3369087271d2095cdb2d7b68186321cbcf28 Mon Sep 17 00:00:00 2001 From: Rudolf Hangl Date: Thu, 6 Aug 2009 08:52:12 +0000 Subject: [PATCH] --- include/tw/abgabe_lektor_benotung.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/tw/abgabe_lektor_benotung.php b/include/tw/abgabe_lektor_benotung.php index 74f1d653f..6649f5cf6 100644 --- a/include/tw/abgabe_lektor_benotung.php +++ b/include/tw/abgabe_lektor_benotung.php @@ -26,11 +26,11 @@ * für Diplom- und Bachelorarbeiten *******************************************************************************************************/ - require_once('../../../config/cis.config.inc.php'); + require_once('../../config/cis.config.inc.php'); // ------------------------------------------------------------------------------------------ // Datenbankanbindung // ------------------------------------------------------------------------------------------ - require_once('../../../include/basis_db.class.php'); + require_once('../../include/basis_db.class.php'); if (!$db = new basis_db()) die('Fehler beim Herstellen der Datenbankverbindung'); @@ -666,7 +666,7 @@ else $htmlstr = "
"; $htmlstr .= "\n"; - $htmlstr .= ""; + $htmlstr .= ""; $htmlstr .= ""; $htmlstr .= "
Student: ".$uid.", ".$row->vorname." ".$row->nachname."
Titel: ".$titel.""; $htmlstr .= "\n";