Add new comments and comment all deletion system

This commit is contained in:
JoseluCross
2017-09-18 20:34:06 +02:00
parent 5531725cfe
commit af5383d6d9
5 changed files with 42 additions and 6 deletions

View File

@@ -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)){