This commit is contained in:
lizandrogd
2026-01-21 08:28:54 -05:00
parent 7d6c3b4fb4
commit 45a11032f5
59 changed files with 315 additions and 315 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ tr:nth-child(even) { background-color: #f2f2f2; }
pre { background: #f4f4f4; padding: 10px; overflow-x: auto; }
</style>";
$messages = $db->fetchAll("
$conversations = $db->fetchAll("
SELECT
c.id,
c.user_id,
@@ -40,7 +40,7 @@ echo "<tr>
<th>Fecha</th>
</tr>";
foreach ($messages as $msg) {
foreach ($conversations as $msg) {
echo "<tr>";
echo "<td>{$msg['id']}</td>";
echo "<td>{$msg['phone_number']}</td>";