Skip to content
Extraits de code Groupes Projets
Valider 97c7e7ab rédigé par Fil's avatar Fil
Parcourir les fichiers

correction rapide

parent 840bc440
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -551,6 +551,7 @@ class Link { ...@@ -551,6 +551,7 @@ class Link {
// //
function getForm($method = 'GET', $anchor = '', $enctype = '') { function getForm($method = 'GET', $anchor = '', $enctype = '') {
include_ecrire("inc_filtres.php3");
if ($anchor) $anchor = '#'.$anchor; if ($anchor) $anchor = '#'.$anchor;
$form = "<form method='$method' action='".$this->file.$anchor."'"; $form = "<form method='$method' action='".$this->file.$anchor."'";
if ($enctype) $form .= " enctype='$enctype'"; if ($enctype) $form .= " enctype='$enctype'";
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter