Code Duplication    Length = 2-2 lines in 2 locations

ecrire/urls/arbo.php 1 location

@@ 307-308 (lines=2) @@
304
	}
305
306
	// Ajouter les args
307
	if ($args)
308
		$url .= ((strpos($url, '?')===false) ? '?' : '&') . $args;
309
310
	// Ajouter l'ancre
311
	if ($ancre)

ecrire/urls/propres.php 1 location

@@ 224-225 (lines=2) @@
221
	}
222
223
	// Ajouter les args
224
	if ($args)
225
		$url .= ((strpos($url, '?')===false) ? '?' : '&') . $args;
226
227
	// Ajouter l'ancre
228
	if ($ancre)