Ignore:
Timestamp:
Oct 17, 2006, 4:03:14 AM (18 years ago)
Author:
rvelices
Message:

comments.php: cleanup url (t=1 in the url for an unknown reason) and image
urls work now with all url styles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_html.inc.php

    r1310 r1563  
    8383
    8484  $pages_around = $conf['paginate_pages_around'];
    85   $start_str = $clean_url ? '/start-' : '&start=';
     85  $start_str = $clean_url ? '/start-' :
     86    ( ( strstr($url, '?')===false ? '?':'&') . 'start=' );
    8687
    8788  $navbar = '';
Note: See TracChangeset for help on using the changeset viewer.