Skip to content

Commit

Permalink
refs #1681 : added - SessionVisit flush routine.
Browse files Browse the repository at this point in the history
 -
  • Loading branch information
inureyes committed Jul 21, 2014
1 parent 897c7e2 commit c934e5c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions framework/data/DBModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,8 @@ public function setOrder($standard, $order = 'ASC') {
}

public function unsetOrder() {
<<<<<<< HEAD
$this->_order = array();
=======
$this->_order = array();
return $this;
>>>>>>> 3aa6a8b... refs #1681 : added - SessionVisit flush routine.
}

public function setLimit($count, $offset = 0) {
Expand All @@ -175,12 +171,8 @@ public function setLimit($count, $offset = 0) {
}

public function unsetLimit() {
<<<<<<< HEAD
$this->_limit = array();
=======
$this->_limit = array();
return $this;
>>>>>>> 3aa6a8b... refs #1681 : added - SessionVisit flush routine.
}

public function doesExist($field = '*') {
Expand Down

0 comments on commit c934e5c

Please sign in to comment.