Browse Source

remove testing construction

main
ghost 2 years ago
parent
commit
29197ab904
  1. 2
      library/mysql.php

2
library/mysql.php

@ -200,7 +200,7 @@ class MySQL {
public function getHostPagesByIndexed() { 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(); return $query->fetchAll();
} }

Loading…
Cancel
Save