1
0
This commit is contained in:
Daniel Tartavel 2019-09-02 19:01:58 +02:00
parent 1fb312305c
commit 922e37116b

View File

@ -27,8 +27,8 @@ while( $table = $db1->result->fetch_assoc())
{
print_r($s[0]);
echo EOL;
$query="SELECT * FROM " . $table['Tables_in_nextcloud'] . " WHERE " . $s[0] . " LIKE '" . $string
echo $query . "'\n";
$query="SELECT * FROM " . $table['Tables_in_nextcloud'] . " WHERE " . $s[0] . " LIKE '" . $string . "'";
echo $query . "\n";
$db2->query($query);
if ( $db2->result->num_rows != 0 )
{