mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-02-22 21:29:08 +00:00
Empty commit
This commit is contained in:
parent
c5d37b0150
commit
4429a12057
@ -189,6 +189,8 @@
|
|||||||
} else {
|
} else {
|
||||||
$Err = "Torrent Group, if entered, must correspond to a music group on the site.";
|
$Err = "Torrent Group, if entered, must correspond to a music group on the site.";
|
||||||
}
|
}
|
||||||
|
} elseif ($_POST['groupid'] == '0') {
|
||||||
|
$GroupID = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Not required
|
//Not required
|
||||||
|
@ -719,6 +719,7 @@ function num_compare($Field, $Operand, $Num1, $Num2 = ''){
|
|||||||
$DB->set_query_id($Results);
|
$DB->set_query_id($Results);
|
||||||
} else {
|
} else {
|
||||||
$DB->query('SET @nothing = 0');
|
$DB->query('SET @nothing = 0');
|
||||||
|
$NumResults = 0;
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<div class="linkbox">
|
<div class="linkbox">
|
||||||
@ -728,6 +729,7 @@ function num_compare($Field, $Operand, $Num1, $Num2 = ''){
|
|||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
<div class="box pad center">
|
<div class="box pad center">
|
||||||
|
<h2><?=$NumResults?> results</h2>
|
||||||
<table width="100%">
|
<table width="100%">
|
||||||
<tr class="colhead">
|
<tr class="colhead">
|
||||||
<td>Username</td>
|
<td>Username</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user