mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 02:27:34 -07:00
r247
размер всех бд и дата старта вашего проекта git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@247 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
cab12f92c3
commit
0e7be4e7ae
23 changed files with 74 additions and 80 deletions
|
@ -338,7 +338,7 @@ function search_attachments($order_by, &$total_rows)
|
|||
// Search Attachment Time
|
||||
if ($search_days_greater != '')
|
||||
{
|
||||
$where_sql[] = ' (a.filetime < ' . ( time() - ((int) $search_days_greater * 86400)) . ') ';
|
||||
$where_sql[] = ' (a.filetime < ' . ( TIMENOW - ((int) $search_days_greater * 86400)) . ') ';
|
||||
}
|
||||
|
||||
// Search Forum
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue