Hi, This also removes some duplicate entries Regards, Chris Index: TurbineUserPeer.java =================================================================== RCS file: /home/cvsroot/Turbine-20000422/org/apache/turbine/om/user/peer/TurbineUserPeer.java,v retrieving revision 1.1.1.1 diff -r1.1.1.1 TurbineUserPeer.java 90,95d89 < /** The column name for the visitor id field. */ < private static final String VISITOR_ID_COLUMN = "VISITORID"; < /** The column name for the username field. */ < private static final String USERNAME_COLUMN = "LOGINID"; < /** The column name for the password field. */ < private static final String PASSWORD_COLUMN = "PASSWORD_VALUE"; 110,111d103 < /** The column name for the last_login field. */ < private static final String LAST_LOGIN_COLUMN = "LASTLOGIN"; 117a110,111 > /** The column name for the visitor id field. */ > private static final String VISITOR_ID_COLUMN = mapBuilder.getVisitorId(); ------------------------------------------------------------ To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?: [EMAIL PROTECTED]
