Changeset 1511 for trunk/gregarius/opml.php
- Timestamp:
- 06/24/06 23:23:16 (2 years ago)
- Files:
-
- 1 modified
-
trunk/gregarius/opml.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/opml.php
r1510 r1511 205 205 } 206 206 if (isset($cats[$id]) && count($cats[$id])) { 207 echo " categor ies=\"" . implode(",",$cats[$id]) ."\"";207 echo " category=\"" . implode(",",$cats[$id]) ."\""; 208 208 } 209 209 echo " xmlUrl=\"$url_\" />\n";
