Ignore:
Timestamp:
Mar 21, 2006, 2:27:21 AM (18 years ago)
Author:
rvelices
Message:

URL rewriting: fix some old links, calendar simplification and prepare code
for urls without ? (added functions get_root_url and add_url_param)

File:
1 edited

Legend:

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

    • Property svn:eol-style set to native
    r1084 r1090  
    2828/**
    2929 * This file is included by the picture page to manage rates
    30  * 
     30 *
    3131 */
    3232
     
    114114        array(
    115115          'OPTION'    => $mark,
    116           'URL'       => $url_self.'&action=rate&rate='.$mark,
     116          'URL'       => add_url_param($url_self,'action=rate&rate='.$mark),
    117117          'SEPARATOR' => ($num > 0 ? '|' : ''),
    118118          )
Note: See TracChangeset for help on using the changeset viewer.