1
0

apply also to trackurl

This commit is contained in:
Garvin Hicking
2010-03-30 11:24:12 +00:00
parent 9aff2df847
commit ed9bc8d88c

View File

@ -816,6 +816,7 @@ function serendipity_track_url($list, $url, $entry_id = 0) {
global $serendipity;
$url_parts = parse_url($url);
$url_parts['query'] = substr($url_parts['query'], 0, 255);
serendipity_db_query(
@sprintf(