Empty commit

This commit is contained in:
Git 2013-12-13 08:00:46 +00:00
parent 2f5b14f13a
commit 267289e6b9
6 changed files with 7 additions and 0 deletions

View File

@ -95,6 +95,7 @@
include (SERVER_ROOT . '/sections/artist/artist.php');
} elseif (!empty($_GET['artistname'])) {
$NameSearch = str_replace('\\', '\\\\', trim($_GET['artistname']));
$DB->query("
SELECT ArtistID, Name

View File

@ -1,5 +1,7 @@
<?php
$UserID = $LoggedUser['ID'];

View File

@ -26,6 +26,7 @@
}
$QueryStatus = 0;
} else {
$Page = min(SPHINX_MAX_MATCHES / TORRENTS_PER_PAGE, $Page);
$SphQL = new SphinxqlQuery();
$SphQL->select('id')

View File

@ -173,6 +173,7 @@
if (!empty($_GET['search'])) {
$SearchString = trim($_GET['search']);
if ($SearchString !== '') {
$SearchWords = array('include' => array(), 'exclude' => array());
$Words = explode(' ', $SearchString);

View File

@ -39,6 +39,7 @@ function header_link($SortKey, $DefaultWay = 'desc') {
if (!empty($_GET['searchstr']) || !empty($_GET['groupname'])) {
if (!empty($_GET['searchstr'])) {
$InfoHash = $_GET['searchstr'];
} else {
$InfoHash = $_GET['groupname'];
}

View File

@ -47,6 +47,7 @@
}
}
View::show_header('User search');
?>
<div class="thin">