mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-27 00:49:28 +00:00
This commit is contained in:
@@ -124,7 +124,7 @@ if($uebung_id_source!='' && $lehreinheit_id_target!='')
|
||||
if (!$ueb_1_target->save($new))
|
||||
{
|
||||
$error = 1;
|
||||
echo "<span class='error'>HauptÜbung konnte nicht kopiert werden!</span>";
|
||||
echo "<span class='error'>Hauptübung konnte nicht kopiert werden!</span>";
|
||||
}
|
||||
|
||||
else
|
||||
@@ -187,7 +187,7 @@ if($uebung_id_source!='' && $lehreinheit_id_target!='')
|
||||
if (!$ueb_2_target->save($new))
|
||||
{
|
||||
$error = 1;
|
||||
echo "<span class='error'>Übung konnte nicht kopiert werden!</span>";
|
||||
echo "<span class='error'>Übung konnte nicht kopiert werden!</span>";
|
||||
}
|
||||
|
||||
//angabedatei syncen
|
||||
@@ -272,7 +272,7 @@ if($uebung_id_source!='' && $lehreinheit_id_target!='')
|
||||
|
||||
if ($error == 0)
|
||||
{
|
||||
echo "Übung erfolgreich kopiert! (%Uuml;: ".$copy_insert."/".$copy_update."; B: ".$copy_insert_bsp."/".$copy_update_bsp.")";
|
||||
echo "Übung erfolgreich kopiert! (Ü: ".$copy_insert."/".$copy_update."; B: ".$copy_insert_bsp."/".$copy_update_bsp.")";
|
||||
echo '<br><br><a href="'.$_SERVER['PHP_SELF'].'" class="Item">noch eine Übung kopieren</a>';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user