mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-24 13:34:25 +00:00
remove testing construction
This commit is contained in:
parent
ed240d53b0
commit
29197ab904
@ -200,7 +200,7 @@ class MySQL {
|
||||
|
||||
public function getHostPagesByIndexed() {
|
||||
|
||||
$query = $this->_db->query('SELECT * FROM `hostPage` WHERE `timeUpdated` IS NOT NULL AND `timeBanned` IS NULL LIMIT 100,1'); // @TODO
|
||||
$query = $this->_db->query('SELECT * FROM `hostPage` WHERE `timeUpdated` IS NOT NULL AND `timeBanned` IS NULL');
|
||||
|
||||
return $query->fetchAll();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user