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