From aaf3410df07c2300c265674e88981c408c4fd9ec Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Sun, 1 Sep 2019 23:28:30 +0200 Subject: [PATCH] DT --- findindb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/findindb.php b/findindb.php index 5c6e042..61215a7 100755 --- a/findindb.php +++ b/findindb.php @@ -17,7 +17,7 @@ function esp( $s ) $db1 = new db ("nextcloud"); $db2 = new db ("nextcloud"); $db1->query("SHOW tables FROM $database;"); -//print_r($db1->result); +print_r($db1); while( $table = $db1->result->fetch_assoc()) { echo "======================>" . $table['Tables_in_nextcloud'] ."\n";