Skip to content
Extraits de code Groupes Projets
Valider 5a6ebc83 rédigé par Alexandre Morignot's avatar Alexandre Morignot
Parcourir les fichiers

when a content is posted, get the tags in all cases

parent f64eb142
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -85,6 +85,7 @@ sub parse {
or $log->error("Couldn't finish transaction: " . $dbh->errstr);
$id = $sth->fetch->[0];
}
# get tags
$sth = $dbh->prepare("select tag
......@@ -98,7 +99,6 @@ sub parse {
$tag =~ s/([a-zA-Z0-9_-]+)/#$1/;
push @tags, $tag;
}
}
# insertion du chan
my $sth = $dbh->prepare_cached('
......
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