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

Correction petit bug

parent 6dfbedca
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -164,8 +164,10 @@ function retour_forum($id_rubrique, $id_parent, $id_article, $id_breve, $id_synd
else if ($id_breve)
$titre_select = "SELECT titre FROM spip_breves WHERE id_breve = $id_breve";
else if ($id_syndic)
$titre_select = "SELECT nom_site FROM spip_syndic WHERE id_syndic = $id_syndic";
$titre_select = "SELECT nom_site AS titre FROM spip_syndic WHERE id_syndic = $id_syndic";
else
$titre_select = "SELECT 'Erreur...' AS titre";
$res = mysql_fetch_object(spip_query($titre_select));
$titre = '> ' . ereg_replace ('^[>[:space:]]*', '', $res->titre);
}
......
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