mirror of
https://gitlab.com/CodeSolutionsProject/CodeShare.git
synced 2026-02-17 10:31:32 +01:00
Add new comments and comment all deletion system
This commit is contained in:
@@ -6,6 +6,11 @@
|
||||
* Time: 11:42
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
* Methods to get an array to send to twig
|
||||
*/
|
||||
|
||||
function lastToArray($db,$query,$supported){
|
||||
$last = array();
|
||||
while($var = dbw_fetch_array($db->conn,$query)){
|
||||
|
||||
Reference in New Issue
Block a user