Subversion Repositories SmartDukaan

Rev

Rev 11826 | Rev 11925 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11826 Rev 11918
Line 297... Line 297...
297
				cookieVal = desEncrypter.decrypt(cookieVal);
297
				cookieVal = desEncrypter.decrypt(cookieVal);
298
			}
298
			}
299
		}
299
		}
300
		return cookieVal;
300
		return cookieVal;
301
	}
301
	}
-
 
302
	
-
 
303
	public boolean isPrivateDealUserBase(){
-
 
304
		return userinfo.isPrivateDealUser();
-
 
305
	}
302
}
306
}
303
307