$this->rewind();
// Search for the entry
- while ($this->currentPos < $index && ($this->valid())) {
+ while (($this->currentPos < $index) && ($this->valid())) {
// Continue on
$this->next();
} // END - while
* @para $callBack Call-back object for setting the index;
* 0=object instance,1=method name
* @return void
-4 * @todo Find a caching way without modifying the result array
+ * @todo Find a caching way without modifying the result array
*/
public function solveResultIndex ($databaseColumn, BaseDatabaseWrapper $wrapperInstance, array $callBack) {
// By default nothing is found