Skip to content
This repository has been archived by the owner on Nov 26, 2017. It is now read-only.

Commit

Permalink
Merge pull request #1536 from pasamio/csfix
Browse files Browse the repository at this point in the history
Fixing PHPCS error
  • Loading branch information
LouisLandry committed Sep 17, 2012
2 parents bb21e3a + ff30d3f commit bd39640
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions libraries/legacy/model/legacy.php
Expand Up @@ -324,9 +324,10 @@ protected function _getListCount($query)
} }
else else
{ {
// Performance of this query is very bad as it forces database engine to go /* Performance of this query is very bad as it forces database engine to go
// through all items in the database. If you don't use JDatabaseQuery object, * through all items in the database. If you don't use JDatabaseQuery object,
// you should override this function in your model. * you should override this function in your model.
*/
$this->_db->setQuery($query); $this->_db->setQuery($query);
$this->_db->execute(); $this->_db->execute();


Expand Down

0 comments on commit bd39640

Please sign in to comment.