e
This commit is contained in:
parent
e10610acc0
commit
db756293aa
2 changed files with 3 additions and 1 deletions
|
@ -31,6 +31,8 @@ if ($arr["isrespondedto"] == "f") {
|
||||||
}
|
}
|
||||||
|
|
||||||
$resp = curl_exec($ch);
|
$resp = curl_exec($ch);
|
||||||
|
fwrite(STDERR, curl_error());
|
||||||
|
fwrite(STDERR, curl_getinfo());
|
||||||
$jsonResp = json_decode($resp, true);
|
$jsonResp = json_decode($resp, true);
|
||||||
|
|
||||||
$fediID = $jsonResp["id"];
|
$fediID = $jsonResp["id"];
|
||||||
|
|
|
@ -37,7 +37,7 @@ if (pg_num_rows($qresp) === 0 || $arr["ispublic"] === "f" || $arr["isrespondedto
|
||||||
echo("<div class=\"time\">" . $arr["time"] . "</div>");
|
echo("<div class=\"time\">" . $arr["time"] . "</div>");
|
||||||
echo("<div class=\"response\">" . $arr["responsetext"] . "");
|
echo("<div class=\"response\">" . $arr["responsetext"] . "");
|
||||||
echo("<div class=\"time\">" . $arr["responsetime"] . "</div></div>");
|
echo("<div class=\"time\">" . $arr["responsetime"] . "</div></div>");
|
||||||
if ($i["iscwed"] === "t") {
|
if ($arr["iscwed"] === "t") {
|
||||||
echo("</details></div>");
|
echo("</details></div>");
|
||||||
} else {
|
} else {
|
||||||
echo("</div>");
|
echo("</div>");
|
||||||
|
|
Loading…
Add table
Reference in a new issue