1
0
mirror of https://github.com/Daichimarukana/uwuzu.git synced 2026-06-04 19:14:41 +00:00

uwuzu v1.6.2 Hapuego

This commit is contained in:
だいちまる
2025-08-08 22:24:48 +09:00
parent a74abbf5c0
commit 3d0df9be79
6 changed files with 17 additions and 14 deletions
+1 -4
View File
@@ -101,8 +101,7 @@ if(isset($_GET['token']) || (!(empty($Get_Post_Json)))) {
$stmt->execute();
$message_array = $stmt;
while ($row = $message_array->fetchAll(PDO::FETCH_ASSOC)) {
while ($row = $message_array->fetch(PDO::FETCH_ASSOC)) {
$messages[] = $row;
}
@@ -120,8 +119,6 @@ if(isset($_GET['token']) || (!(empty($Get_Post_Json)))) {
}
$favcnts = explode(',', $ueusedata["favorite"]);
$ueusedata["favorite_cnt"] = count($favcnts) - 1;
$userData = getUserData($pdo, $ueusedata["account"]);
if ($userData) {
$now_userdata = array(