]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/dbObjects/CertificateOwner.java
ADD: Show and add affiliations to organistations.
[gigi.git] / src / org / cacert / gigi / dbObjects / CertificateOwner.java
index 1decebb4e02aa47d17313652a8991484112dae71..3091de6c98c806eff28ffc2e5e10c786b16b359d 100644 (file)
@@ -27,7 +27,7 @@ public abstract class CertificateOwner implements IdCachable {
             ps.setInt(1, id);
             GigiResultSet rs = ps.executeQuery();
             if ( !rs.next()) {
-                System.out.println("no " + id);
+                return null;
             }
             if (rs.getString("uid") != null) {
                 myCache.put(u = new User(rs));