Quellcode durchsuchen

update TableMsgs - test git webhook

Piotr Labudda vor 10 Jahren
Ursprung
Commit
f538d58dfc
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      SE/se-lib/Route/TableMsgs.php

+ 1 - 1
SE/se-lib/Route/TableMsgs.php

@@ -45,7 +45,7 @@ class Route_TableMsgs extends RouteBase {
 	public function tableRowMsgs($idTable, $idRow) {
 		?>
 <div class="container">
-	<h3>Wiadomości powiązane z rekordem [<?php echo $idRow; ?>] tabeli [<?php echo $idTable; ?>]</h3>
+	<h3>Wiadomości powiązane z rekordem [<?php echo $idRow; ?>] z tabeli [<?php echo $idTable; ?>]</h3>
 </div>
 <?php
 	}