mejoras
This commit is contained in:
@@ -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>";
|
||||
|
||||
Reference in New Issue
Block a user