This commit is contained in:
William Knauss
2014-06-05 17:03:26 -04:00
parent e98cef4846
commit 1524618293

View File

@@ -359,7 +359,7 @@ class parseCSV {
$this->limit = $limit;
}
if ( count($conditions) > 0 ) {
if ( !is_null($conditions) ) {
$this->conditions = $conditions;
}
@@ -404,7 +404,7 @@ class parseCSV {
$this->limit = $limit;
}
if ( count($conditions) > 0 ) {
if ( !is_null($conditions) ) {
$this->conditions = $conditions;
}