andre пре 4 година
родитељ
комит
ceae06f420
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      action.php

+ 1 - 0
action.php

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