Index: branches/5.3.x/core/kernel/db/db_connection.php =================================================================== diff -u -N -r16503 -r16519 --- branches/5.3.x/core/kernel/db/db_connection.php (.../db_connection.php) (revision 16503) +++ branches/5.3.x/core/kernel/db/db_connection.php (.../db_connection.php) (revision 16519) @@ -1,6 +1,6 @@ queryID = $this->connectionID->query($sql); if ( is_object($this->queryID) ) { + /** @var kMySQLQuery $ret */ $ret = new $iterator_class($this->queryID, $key_field); - /* @var $ret kMySQLQuery */ // set 2nd checkpoint: begin if ( $this->_captureStatistics ) { @@ -1084,8 +1084,8 @@ $this->queryID = $this->connectionID->query($sql); if ( is_object($this->queryID) ) { + /** @var kMySQLQuery $ret */ $ret = new $iterator_class($this->queryID, $key_field); - /* @var $ret kMySQLQuery */ // set 2nd checkpoint: begin if ( $this->_profileSQLs ) {