This commit is contained in:
fra-2107
2024-11-25 18:33:04 -05:00
parent f44281ce08
commit d0152a84f6
2 changed files with 21 additions and 5 deletions

View File

@ -48,7 +48,7 @@
}
$request .= ' WHERE ' . implode(' AND ', $conditions);
}
$statement = $db->prepare($request);
$statement->execute($params);
$result = $statement->fetchAll(PDO::FETCH_ASSOC);
@ -84,6 +84,8 @@
}
return $result;
}
//----------------------------------------------------------------------------
//--- dbAddCTweet ------------------------------------------------------------
//----------------------------------------------------------------------------