Changeset 390 for trunk/client/modules/Elezioni/rss.php
- Timestamp:
- Feb 23, 2023, 5:37:11 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/rss.php
r282 r390 13 13 14 14 15 15 #header('Content-Type: text/html;'); 16 16 header("Content-Type: text/xml"); 17 17 … … 47 47 echo "<sy:updateBase>".$now."</sy:updateBase>\n\n"; 48 48 49 list ($gruppo,$pro )=grupporss();49 list ($gruppo,$pro,$titolo)=grupporss(); 50 50 51 51 … … 60 60 echo "<link>$siteurl/modules.php?id_cons_gen=$id_cons_gen&name=Elezioni&id_comune=$id_comune&file=index</link>\n"; 61 61 62 echo "<description><![CDATA[".$vuota."]]></description>\n";62 # echo "<description><![CDATA['aa']]></description>\n"; 63 63 64 64 … … 67 67 68 68 //echo "<guid isPermaLink=\"false\">noreply@ciao.it</guid>\n"; 69 echo "<dc:subject> ".$titolo."</dc:subject>\n";69 echo "<dc:subject>$titolo</dc:subject>\n"; 70 70 echo "<dc:date>".$now."</dc:date>\n"; 71 71 echo "<dc:creator>Postato da ".$sitename."</dc:creator>\n"; … … 81 81 // gruppo 82 82 function grupporss(){ 83 global $admin, $bgcolor1, $bgcolor5, $prefix, $dbi, $offset, $min,$descr_cons,$genere,$votog,$votol,$votoc,$circo, $id_cons,$id_cons_gen,$id_comune,$id_circ,$tipo_cons,$w,$l,$op,$siteistat,$flash ;84 85 86 83 global $admin, $bgcolor1, $bgcolor5, $prefix, $dbi, $offset, $min,$descr_cons,$genere,$votog,$votol,$votoc,$circo, $id_cons,$id_cons_gen,$id_comune,$id_circ,$tipo_cons,$w,$l,$op,$siteistat,$flash,$circondt1,$lang; 84 85 86 87 87 88 88 if ($genere!=0){$tab="ele_voti_gruppo";} … … 160 160 161 161 162 $gruppinum=$res->fetch(PDO::FETCH_NUM);162 # $gruppinum=$res->fetch(PDO::FETCH_NUM); 163 163 $altrivoti=0; 164 164 while (list($id,$num,$descrizione,$voti) = $res->fetch(PDO::FETCH_NUM)){ … … 187 187 188 188 189 189 include_once("language/lang-$lang.php"); 190 190 $titolo=""._PERCE." "._VOTIE.""; 191 191 … … 196 196 197 197 198 return array($gruppo,$pro );198 return array($gruppo,$pro,$titolo); 199 199 200 200
Note:
See TracChangeset
for help on using the changeset viewer.