DT
This commit is contained in:
parent
79badceb43
commit
207f746d12
@ -29,7 +29,8 @@ while( $table = $db1->result->fetch_assoc())
|
||||
|
||||
//echo EOL;
|
||||
if ( $s[0] == 'mail') echo "######################################### mail" . EOL ;
|
||||
$query="SELECT * FROM " . $table['Tables_in_nextcloud'] . " WHERE '" . $s[0] . "' LIKE '%" . $string . "%'";
|
||||
//$query="SELECT * FROM " . $table['Tables_in_nextcloud'] . " WHERE '" . $s[0] . "' LIKE '%" . $string . "%'";
|
||||
$query="MATCH($s[0]) AGAINST 'daniel.tartavel@free.fr":
|
||||
echo $query . "\n";
|
||||
$db2->query($query);
|
||||
if ( $db2->result->num_rows != 0 )
|
||||
|
Reference in New Issue
Block a user