Bug #1343 » 1343_html.patch
| components/com_comprofiler/comprofiler.html.php | ||
|---|---|---|
|
}
|
||
|
}
|
||
|
|
||
|
if ( preg_match( '!^(?:(RAND\((\d*)\))\s(ASC|DESC))$!', $row->sortfields, $matches ) ) {
|
||
|
$random = $matches[2];
|
||
|
|
||
|
if ( ! $random ) {
|
||
|
$random = rand( 0, 9999 );
|
||
|
}
|
||
|
|
||
|
$pagingSearch .= '&' . urlencode( 'rand' ) . '=' . urlencode( $random );
|
||
|
}
|
||
|
|
||
|
// Add Javascript to click tr:
|
||
|
$jsClickTr = " {"
|
||
|
. "\n var cbUserURLs = new Array(";
|
||
- « Previous
- 1
- 2
- Next »