no message

git-svn-id: https://svn.coded.pt/svn/SIPRP@309 bb69d46d-e84e-40c8-a05a-06db0d633741
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Frederico Palma 19 years ago
parent 572cc9e573
commit 5eabb9e8fc

@ -48,7 +48,10 @@ public class Presenca
public String toString()
{
return getNome();
String empresa = getNomeEmpresa();
return "<html><body>" + getNome() + "<br>"
+ "<font size=-1>" + empresa.substring( 0, empresa.length() > 50 ? 50 : empresa.length() )
+ "</font>" + "</body></html>";
}
public Integer getId()

Loading…
Cancel
Save