DT
This commit is contained in:
parent
397d365090
commit
00c341f846
@ -14,7 +14,7 @@ while( $table = $db1->result->fetch_assoc())
|
||||
echo "======================>" . $table['Tables_in_nextcloud'];
|
||||
$db2->query("SHOW columns FROM " . $table['Tables_in_nextcloud']);
|
||||
$columns = $db2->result->fetch_all();
|
||||
foreach($column AS $key=>$s)
|
||||
foreach($columns AS $key=>$s)
|
||||
{
|
||||
if (array_search($string, $columns) !== false)
|
||||
{
|
||||
|
Reference in New Issue
Block a user