Changeset 1512 for trunk/gregarius/admin/channels.php
- Timestamp:
- 06/25/06 12:47:05 (2 years ago)
- Files:
-
- 1 modified
-
trunk/gregarius/admin/channels.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/admin/channels.php
r1496 r1512 512 512 $descr_ = isset($opml[$folder][$i]['DESCRIPTION'])? 513 513 trim($opml[$folder][$i]['DESCRIPTION']):null; 514 514 $cats_ = isset($opml[$folder][$i]['CATEGORY'])? 515 trim($opml[$folder][$i]['CATEGORY']):""; 515 516 $t__ = strip_tags($title_); 516 517 $d__ = strip_tags($descr_); 517 518 $f__ = strip_tags($prev_folder); 518 519 $u__ = sanitize($url_,RSS_SANITIZER_URL); 519 520 $c__ = preg_replace(ALLOWED_TAGS_REGEXP,' ',$cats_); 520 521 if ($u__) { 521 522 … … 523 524 flush(); 524 525 list($retcde, $retmsg) = add_channel($u__, $fid, $t__, $d__); 526 if ($retcde && count($c__)) { 527 __exp__submitTag($retcde,$c__,"'channel'"); 528 } 525 529 echo ($retcde<0 ?$retmsg:" OK")."</p></li>\n"; 526 530 flush();
