DT
This commit is contained in:
parent
0686d5c3d4
commit
9968977c91
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user