Subversion Repositories SmartDukaan

Rev

Rev 3208 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3208 Rev 3210
Line 12... Line 12...
12
 
12
 
13
    public NewSession(String[] eventFileds) {
13
    public NewSession(String[] eventFileds) {
14
        super(eventFileds);
14
        super(eventFileds);
15
        source = eventFileds[5].trim();
15
        source = eventFileds[5].trim();
16
        firstSource = "";
16
        firstSource = "";
17
        if (eventFileds.length > 5) {
17
        if (eventFileds.length > 6) {
18
            firstSource = eventFileds[6].trim();
18
            firstSource = eventFileds[6].trim();
19
        }
19
        }
20
    }
20
    }
21
    
21
    
22
    public NewSession(EventType eType, String sessionId, long userId, String email, String[] logData) {
22
    public NewSession(EventType eType, String sessionId, long userId, String email, String[] logData) {