Navigation Menu

Skip to content

Commit

Permalink
Some code optimizations.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbasso committed Feb 25, 2011
1 parent 765c094 commit 9baeaf8
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 122 deletions.
5 changes: 2 additions & 3 deletions cake/libs/model/datasources/dbo/dbo_mysql.php
Expand Up @@ -243,10 +243,9 @@ function fetchResult() {
}
}
return $resultRow;
} else {
$this->_result->closeCursor();
return false;
}
$this->_result->closeCursor();
return false;
}

/**
Expand Down

0 comments on commit 9baeaf8

Please sign in to comment.