Subversion Repositories SmartDukaan

Rev

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

Rev 12616 Rev 12620
Line 247... Line 247...
247
     * 
247
     * 
248
     * @return
248
     * @return
249
     */
249
     */
250
    public String getQuery() {
250
    public String getQuery() {
251
    	if(this.query.equals("*")){
251
    	if(this.query.equals("*")){
252
    		return "";
252
    		return "Search Mobile Phones and Best Deals in India";
253
    	}
253
    	}
254
    	return this.query;
254
    	return this.query;
255
    }
255
    }
256
    
256
    
257
    
257