Subversion Repositories Applications.bazar

Rev

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

Rev 319 Rev 442
Line 45... Line 45...
45
// +------------------------------------------------------------------------------------------------------+
45
// +------------------------------------------------------------------------------------------------------+
Line 46... Line 46...
46
 
46
 
47
if (isset($_GET['annonce'])) { 
47
if (isset($_GET['annonce'])) { 
48
	$annonce=$_GET['annonce'];
48
	$annonce=$_GET['annonce'];
49
}
-
 
50
else {
-
 
51
	$annonce='';
-
 
Line 52... Line 49...
52
}
49
}
53
 
50
 
54
if (isset($_GET['categorie_nature'])) { 
51
if (isset($_GET['categorie_nature'])) { 
55
	$categorie_nature=$_GET['categorie_nature'];
52
	$categorie_nature=$_GET['categorie_nature'];