mirror of
https://gitlab.com/ceda_ei/Zeeth-Naaw-Bot
synced 2025-05-10 06:06:51 +02:00
Fix call to wrong function
This commit is contained in:
parent
87716a4dd3
commit
a71693c4a0
@ -89,7 +89,7 @@ function dnf() {
|
|||||||
while ($row = $result->fetch_assoc()) {
|
while ($row = $result->fetch_assoc()) {
|
||||||
$text .= $row['username'] . "\n";
|
$text .= $row['username'] . "\n";
|
||||||
}
|
}
|
||||||
send_text($text);
|
send_html($text);
|
||||||
$conn->close();
|
$conn->close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user