DT
This commit is contained in:
parent
f5d9ab4e60
commit
79badceb43
@ -30,7 +30,7 @@ while( $table = $db1->result->fetch_assoc())
|
|||||||
//echo EOL;
|
//echo EOL;
|
||||||
if ( $s[0] == 'mail') echo "######################################### mail" . 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 . "%'";
|
||||||
//echo $query . "\n";
|
echo $query . "\n";
|
||||||
$db2->query($query);
|
$db2->query($query);
|
||||||
if ( $db2->result->num_rows != 0 )
|
if ( $db2->result->num_rows != 0 )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user