1
0
This commit is contained in:
Daniel Tartavel 2019-09-02 21:17:39 +02:00
parent 0686d5c3d4
commit 9968977c91

View File

@ -26,8 +26,7 @@ while( $table = $db1->result->fetch_assoc())
foreach($columns AS $key=>$s)
{
print_r($s);
if ($s[0] != 'index' )
{
echo EOL;
if ( $s[0] == 'email') echo "################################################";
$query="SELECT * FROM " . $table['Tables_in_nextcloud'] . " WHERE '" . $s[0] . "' LIKE '" . $string . "'";
@ -40,7 +39,7 @@ while( $table = $db1->result->fetch_assoc())
print_r($tableau);
echo EOL;
}
}
}
}