Commit 6efa2cf5 by Jansa Jose

temp

parent 9b0ad762
...@@ -5211,13 +5211,13 @@ print_r(date('H:i',$ms));exit();*/ ...@@ -5211,13 +5211,13 @@ print_r(date('H:i',$ms));exit();*/
} }
//print_r($result);exit; //print_r($result);exit;
if($result != ''){ if($result != ''){
foreach (array_slice($result,$start,$per_page) as $key => $value) { foreach ($result as $key => $value) {
$value->read_status = $value->read_status!=0 ? true : false; $value->read_status = $value->read_status!=0 ? true : false;
array_push($notifArray, $value); array_push($notifArray, $value);
} }
} }
print_r($notifArray);echo"<br>"; //print_r($notifArray);echo"<br>";
print_r($result);exit; //print_r($result);exit;
if($result != ''){ if($result != ''){
......
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