Subversion Repositories SmartDukaan

Rev

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

Rev 1032 Rev 1033
Line 79... Line 79...
79
		} catch (TException e) {
79
		} catch (TException e) {
80
			e.printStackTrace();
80
			e.printStackTrace();
81
		} catch (Exception e) {
81
		} catch (Exception e) {
82
			e.printStackTrace();
82
			e.printStackTrace();
83
		}
83
		}
84
		
-
 
85
	}
84
	}
-
 
85
	
86
	public String getHtmlSnippet(){
86
	public String getHtmlSnippet(){
87
		if(htmlSnippet == "")	{
87
		if(htmlSnippet == "")	{
88
			htmlSnippet = "1";
88
			htmlSnippet = userinfo.isLoggedIn() ? "1" : "0";
89
		}
89
		}
90
		return htmlSnippet;
90
		return htmlSnippet;
91
	}	
91
	}	
92
}
92
}
93
93