Subversion Repositories SmartDukaan

Rev

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

Rev 11918 Rev 11925
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
	
302
 
303
	public boolean isPrivateDealUserBase(){
303
	public boolean isPrivateDealUserBase(){
304
		return userinfo.isPrivateDealUser();
304
		return userinfo.isPrivateDealUser();
305
	}
305
	}
306
}
306
}
307
307