@@ -14,6 +14,7 @@ class action {
while($dbAction->fetch()) {
array_push($list,$user);
};
+ print_r($list);
return $list;
}