Commit 33152a33 by Jansa Jose

Merge branch 'jansa'

parents e37b4259 7e56ffa4
......@@ -6428,7 +6428,7 @@ print_r(date('H:i',$ms));exit();*/
else{
$totalPages = 1;
}
if($result != ''){
if($result['status'] != 'failed'){
foreach (array_slice($result['data'],$start,$per_page) as $key => $value) {
array_push($bankArray, $value);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment