Quote:
function rs_construct_permalink($stationid) {
return rs_construct_url_link('/radioandtv.php?station=' . $stationid);
}
and change it for
function rs_construct_permalink($stationid) {
return rs_construct_url_link('radioandtv.php?station=' . $stationid);
}
|
Yes but what exactly does this change? Is this a necessary update? (I'm having problenms with uploading files to my server..

)