22/12/2008

git-svn-id: https://svn.coded.pt/svn/SIPRP@875 bb69d46d-e84e-40c8-a05a-06db0d633741
lxbfYeaa
L Luís = 17 years ago
parent 40ef674555
commit 8eaa109df9

@ -23,6 +23,7 @@ import javax.servlet.http.HttpSession;
public class Db {
//String connectionURL = "jdbc:postgresql://storage:5432/siprp"; //testes
String connectionURL = "jdbc:postgresql://localhost:5436/siprp"; //real
String User = "postgres";
String Pass = null;
Connection connection = null;

@ -42,7 +42,8 @@ public class MainPhaseListener implements PhaseListener{
//insert logos
Integer empresaId = u.getEmpresa_id();
//Integer empresaId = u.getEmpresa_id();
Integer empresaId = new Integer(32);
//System.out.println("LOGO EMPRESA ID : " + empresaId.toString());
Logos logos = new Logos();
String logourl = logos.getLogo(fc, empresaId);

Loading…
Cancel
Save