Projet

Général

Profil

Révision 8c2a3d1e plugins/anet_epacks/front/plugin_anet_epacks.view_array_recap.php

Voir les différences:

plugins/anet_epacks/front/plugin_anet_epacks.view_array_recap.php
229 229
	  $dataLastOK = $DB->fetch_array($resultLastOK);
230 230
	  if($dataLastOK[0]) {
231 231
	    //	  print_r($dataLastOK);
232
	    $ssh_status .= "<br /><font color=\"green\">LAST OK</font>";
233
	    $ssh_dateLastOK = "<br />" . $dataLastOK[0];
232
	    $ssh_status .= "<br /><font color=\"green\">LAST&nbsp;OK</font>";
233
	    $ssh_dateLastOK = "<br />" . str_replace(" ","&nbsp;",$dataLastOK[0]);
234 234
	  }
235 235
	}
236 236
	else {

Formats disponibles : Unified diff

Redmine Appliance - Powered by TurnKey Linux