Subversion Repositories SmartDukaan

Rev

Rev 17214 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17214 Rev 17223
Line 27... Line 27...
27
	<!-- <td align="center" width="4%"><?php //echo h($notificationCampaign['pushnotifications']['id']); ?>&nbsp;</td> -->
27
	<!-- <td align="center" width="4%"><?php //echo h($notificationCampaign['pushnotifications']['id']); ?>&nbsp;</td> -->
28
		<td align="center"><?php echo h($notificationCampaign['user_id']); ?>&nbsp;</td>
28
		<td align="center"><?php echo h($notificationCampaign['user_id']); ?>&nbsp;</td>
29
		<td align="center">
29
		<td align="center">
30
			<?php 
30
			<?php 
31
			if(isset($notificationCampaign['created'])){
31
			if(isset($notificationCampaign['created'])){
32
				echo h(date('Y-m-d H:i:s', $notificationCampaign['created'])); 
32
				echo h(date('Y-m-d H:i:s', $notificationCampaign['created']/1000)); 
33
			}?>
33
			}?>
34
			&nbsp;</td>
34
			&nbsp;</td>
35
		<td align="center">
35
		<td align="center">
36
			<?php 
36
			<?php 
37
				if(isset($notificationCampaign['response_time'])){
37
				if(isset($notificationCampaign['response_time'])){
38
					echo h(date('Y-m-d H:i:s',$notificationCampaign['response_time']));
38
					echo h(date('Y-m-d H:i:s',$notificationCampaign['response_time']/1000));
39
				}
39
				}
40
			?>&nbsp;
40
			?>&nbsp;
41
		</td>
41
		</td>
42
		<td align="center"><?php echo h($notificationCampaign['message']); ?>&nbsp;</td>
42
		<td align="center"><?php echo h($notificationCampaign['message']); ?>&nbsp;</td>
43
	 <!-- <td align="center"><?php //echo h($data['']); ?>&nbsp;</td> -->
43
	 <!-- <td align="center"><?php //echo h($data['']); ?>&nbsp;</td> -->