Commit 1e873a57d83423a3811b3dcab921e08071c5c054
1 parent
f9a6b9bd
Take out debugging stuff for where neither start nor end date is given.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3149 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
4 deletions
lib/browse/Criteria.inc
| @@ -300,10 +300,7 @@ class DateCreatedCriterion extends BrowseCriterion { | @@ -300,10 +300,7 @@ class DateCreatedCriterion extends BrowseCriterion { | ||
| 300 | if ($sEnd) { | 300 | if ($sEnd) { |
| 301 | return array($this->getSearchTable() . "." . $this->getSearchField() . " < ?", array($sEnd)); | 301 | return array($this->getSearchTable() . "." . $this->getSearchField() . " < ?", array($sEnd)); |
| 302 | } | 302 | } |
| 303 | - var_dump($aRequest); | ||
| 304 | - var_dump($sStart); | ||
| 305 | - var_dump($sEnd); | ||
| 306 | - return array('Huh = ?', array(1)); | 303 | + return null; |
| 307 | } | 304 | } |
| 308 | 305 | ||
| 309 | } | 306 | } |