mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-30 12:41:20 +00:00 
			
		
		
		
	prevent php warnings
This commit is contained in:
		
							parent
							
								
									19668222ca
								
							
						
					
					
						commit
						9ac33d289f
					
				|  | @ -68,15 +68,15 @@ class SeedDMS_View_ConversionServices extends SeedDMS_Theme_Style { | |||
| 				if(isset($allservices[$key]) || isset($allservices[$t[0].'/*'])) { | ||||
| 					echo "<tr><td>".$key."</td>"; | ||||
| 					echo "<td>"; | ||||
| 					if($allservices[$key]['image/png']) | ||||
| 					if(!empty($allservices[$key]['image/png'])) | ||||
| 						echo '<i class="fa fa-check"></i>'; | ||||
| 					echo "</td>"; | ||||
| 					echo "<td>"; | ||||
| 					if($allservices[$key]['text/plain']) | ||||
| 					if(!empty($allservices[$key]['text/plain'])) | ||||
| 						echo '<i class="fa fa-check"></i>'; | ||||
| 					echo "</td>"; | ||||
| 					echo "<td>"; | ||||
| 					if($allservices[$key]['application/pdf']) | ||||
| 					if(!empty($allservices[$key]['application/pdf'])) | ||||
| 						echo '<i class="fa fa-check"></i>'; | ||||
| 					echo "</td>"; | ||||
| 					echo "</tr>"; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Uwe Steinmann
						Uwe Steinmann