caipin пре 5 година
родитељ
комит
8171664481
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      protected/model/longle.php

+ 1 - 1
protected/model/longle.php

@@ -76,7 +76,7 @@ class longle extends DooModel {
 		else 
 			$str= " cid in (".$cid." )";
 			
-		return $this->find ( array ('where' => $str." and (status=".$status." or responsible='') and make_day>='2019-01-01'", 'asArray' => TRUE ) );
+		return $this->find ( array ('where' => $str." and (status=".$status." or responsible='') and make_day>='2019-01-01' ", 'asArray' => TRUE ) );
 	}
 	
 	public function getLongleBykeynum($keynum){