mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +00:00
removed echo
This commit is contained in:
@@ -300,7 +300,7 @@ function modifyOneTable($db, $table)
|
||||
foreach( $indices as $ind)
|
||||
{
|
||||
if(!$index_add_result = $db->db_query($ind))
|
||||
{echo $ind;
|
||||
{
|
||||
echo "<p><span style='color:red;'>ACHTUNG:</span> ADDEN von INDEX ".$row->indexname." fehlgeschlagen</p>";
|
||||
$db->db_query("ROLLBACK;");
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user