From 15aab747ccf6d23c672898594615b6941ff1e580 Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Mon, 2 Sep 2019 21:19:04 +0200 Subject: [PATCH] DT --- findindb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/findindb.php b/findindb.php index a434c5a..ece543b 100755 --- a/findindb.php +++ b/findindb.php @@ -25,7 +25,7 @@ while( $table = $db1->result->fetch_assoc()) $columns = $db2->result->fetch_all(); foreach($columns AS $key=>$s) { - print_r($s); + //print_r($s); echo EOL; if ( $s[0] == 'email') echo "################################################";