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

Warning: preg_match() [function.preg-match]: Compilation failed: POSIX named

classes are supported only within a class at offset 54 in
/home1/specainf/public_html/ecrire/inc/syndic.php on line 175
(Andre Vincent)
parent 1c572899
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -172,11 +172,11 @@ function analyser_backend($rss, $url_syndic='') { ...@@ -172,11 +172,11 @@ function analyser_backend($rss, $url_syndic='') {
// Description // Description
if (preg_match(',<((description|summary)([\:[:space:]][^>]*)?)' if (preg_match(',<((description|summary)([\:[:space:]][^>]*)?)'
.'>(.*)</\2[:>[:space:]],Uims',$item,$match)) { .'>(.*)</\2[>[:space:]:],Uims',$item,$match)) {
$data['descriptif'] = trim($match[4]); $data['descriptif'] = trim($match[4]);
} }
if (preg_match(',<((content)([\:[:space:]][^>]*)?)' if (preg_match(',<((content)([\:[:space:]][^>]*)?)'
.'>(.*)</\2[:>[:space:]],Uims',$item,$match)) { .'>(.*)</\2[>[:space:]:],Uims',$item,$match)) {
$data['content'] = trim($match[4]); $data['content'] = trim($match[4]);
} }
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter