Changeset 1090 for trunk/include/picture_rate.inc.php
- Timestamp:
- Mar 21, 2006, 2:27:21 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/picture_rate.inc.php
-
Property
svn:eol-style
set to
native
r1084 r1090 28 28 /** 29 29 * This file is included by the picture page to manage rates 30 * 30 * 31 31 */ 32 32 … … 114 114 array( 115 115 'OPTION' => $mark, 116 'URL' => $url_self.'&action=rate&rate='.$mark,116 'URL' => add_url_param($url_self,'action=rate&rate='.$mark), 117 117 'SEPARATOR' => ($num > 0 ? '|' : ''), 118 118 ) -
Property
svn:eol-style
set to
Note: See TracChangeset
for help on using the changeset viewer.