Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 148 Rev 154
Line 50... Line 50...
50
		
50
		
51
		String strParametres = "/";
51
		String strParametres = "/";
Line 52... Line 52...
52
		if (arrParametres != null) {
52
		if (arrParametres != null) {
53
			
53
			
54
			for (int i=0; i < arrParametres.length; i++)	{
54
			for (int i=0; i < arrParametres.length; i++)	{
55
				strParametres += arrParametres[i] + "/";
55
				strParametres += arrParametres[i] + strParametres;
Line 56... Line 56...
56
			}
56
			}
57
		}
57
		}