root/devel/mod/search/lib/search_suggest_rss_ecl.php

Revision 1539, 289 bytes (checked in by renato, 1 year ago)

Setting prop svn:eol-style in LOTS of files.

  • Property svn:mime-type set to text/plain
  • Property svn:eol-style set to native
Line 
1 <?php
2
3     if (isset($parameter) && $parameter[0] == "onceonly") {
4        
5         $tag = urlencode($parameter[1]);
6         $run_result .= "\t\t<rss>\n";
7         $run_result .= "\t\t\t<link>".url."search/rss.php?tag=$tag</link>\n";
8         $run_result .= "\t\t</rss>\n";
9        
10     }
11 ?>
Note: See TracBrowser for help on using the browser.