| 
																	
																	
																		
																	
																	
																 | 
																@@ -65,7 +65,7 @@ if ($action == '' || $action == 'show') { | 
															
														
														
													
														
															
																 | 
																 | 
																    $dsql->Execute('fb', $querystring." LIMIT 20 "); | 
																 | 
																 | 
																    $dsql->Execute('fb', $querystring." LIMIT 20 "); | 
															
														
														
													
														
															
																 | 
																 | 
																    $data = array(); | 
																 | 
																 | 
																    $data = array(); | 
															
														
														
													
														
															
																 | 
																 | 
																    while ($row = $dsql->GetArray('fb')) { | 
																 | 
																 | 
																    while ($row = $dsql->GetArray('fb')) { | 
															
														
														
													
														
															
																 | 
																 | 
																        $row['face'] = empty($row['mface']) ? $GLOBALS['cfg_cmspath'].'../static/web/img/admin.png' : $row['mface']; | 
																 | 
																 | 
																 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																        $row['face'] = empty($row['mface']) ? $GLOBALS['cfg_cmspath'].'/static/web/img/admin.png' : $row['mface']; | 
															
														
														
													
														
															
																 | 
																 | 
																        $row['dtimestr'] = MyDate('Y-m-d', $row['dtime']); | 
																 | 
																 | 
																        $row['dtimestr'] = MyDate('Y-m-d', $row['dtime']); | 
															
														
														
													
														
															
																 | 
																 | 
																        unset($row['ip']); | 
																 | 
																 | 
																        unset($row['ip']); | 
															
														
														
													
														
															
																 | 
																 | 
																        $data[] = $row; | 
																 | 
																 | 
																        $data[] = $row; | 
															
														
														
													
												
													
														
															
																| 
																	
																		
																	
																	
																	
																 | 
																
  |