Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1051 Rev 1066
Line 89... Line 89...
89
			nbCommentaires = super.getTotalCommentaires();
89
			nbCommentaires = super.getTotalCommentaires();
90
			if (this.getCommentaire() != null&&this.getCommentaire()!="") {
90
			if (this.getCommentaire() != null&&this.getCommentaire()!="") {
91
				nbCommentaires += 1;
91
				nbCommentaires += 1;
92
			}
92
			}
93
		}
93
		}
-
 
94
		if (this.commentaire != null && !this.commentaire.equals("")) {
-
 
95
			nbCommentaires ++;
-
 
96
		}
Line 94... Line 97...
94
 
97
 
95
		return nbCommentaires;
98
		return nbCommentaires;
96
	}
99
	}