Functions


Functions Summary
void

cot_convert_relative_urls(mixed text)

string

cot_fix_pubdate(string pubdate)

Fixes timezone in RSS pubdate

void

cot_parse_post_text(mixed post_text)

void

cot_relative2absolute(mixed matches)

Function Detail

modules\rss\rss.php at line 274

cot_convert_relative_urls

public void cot_convert_relative_urls(mixed text)

modules\rss\rss.php at line 286

cot_fix_pubdate

public string cot_fix_pubdate(string pubdate)
Fixes timezone in RSS pubdate
Global:
array $usr
Parameters:
pubdate - Pubdate generated with cot_date()
Returns:
Corrected pubdate

modules\rss\rss.php at line 237

cot_parse_post_text

public void cot_parse_post_text(mixed post_text)

modules\rss\rss.php at line 250

cot_relative2absolute

public void cot_relative2absolute(mixed matches)