Revize 2149
Přidáno uživatelem David Raška před asi 11 roky(ů)
freenetis/branches/1.1/application/models/transfer.php | ||
---|---|---|
}
|
||
}
|
||
}
|
||
}
|
||
|
||
if (empty($where))
|
||
{
|
||
$cond = "WHERE $cond";
|
||
}
|
||
else
|
||
{
|
||
$cond = "AND $cond";
|
||
}
|
||
|
||
}
|
||
}
|
||
|
||
if (empty($where))
|
||
{
|
||
$cond = "WHERE $cond";
|
||
}
|
||
else
|
||
{
|
||
$cond = "AND $cond";
|
||
}
|
||
|
||
// order by check
|
||
if ($order_by == 'amount')
|
||
{
|
||
... | ... | |
}
|
||
}
|
||
}
|
||
|
||
if (empty($where))
|
||
{
|
||
$cond = "WHERE $cond";
|
||
}
|
||
else
|
||
{
|
||
$cond = "AND $cond";
|
||
}
|
||
|
||
}
|
||
|
||
if (empty($where))
|
||
{
|
||
$cond = "WHERE $cond";
|
||
}
|
||
else
|
||
{
|
||
$cond = "AND $cond";
|
||
}
|
||
|
||
// query
|
||
return $this->db->query("
|
||
SELECT COUNT(*) AS total
|
Také k dispozici: Unified diff
Opravy:
- fixes #739: Oprava funkcnosti filtru u prevodu