removed echo

This commit is contained in:
Andreas Moik
2016-04-06 15:58:06 +02:00
parent 17cd4e4f16
commit 48e0ea2124
+1 -1
View File
@@ -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;