Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 296 Rev 300
Line 76... Line 76...
76
		
76
		
77
		String strParametres = "/";
77
		String strParametres = "/";
Line 78... Line 78...
78
		if (arrParametres != null) {
78
		if (arrParametres != null) {
-
 
79
			
79
			
80
			for (int i=0; i < arrParametres.length; i++)	{
-
 
81
				if (arrParametres[i] != null)	{
80
			for (int i=0; i < arrParametres.length; i++)	{
82
					strParametres += arrParametres[i]+ "/";
81
				strParametres += arrParametres[i]+ "/";
83
				}
Line 82... Line 84...
82
			}
84
			}
83
		}
85
		}