소스 검색

removed limit for ZamZlec in ProNetMedia

Piotr Labudda 9 년 전
부모
커밋
22dbedad62
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      SE/se-lib/Route/UrlAction/ProjektyProNetMediaZamZlec.php

+ 1 - 1
SE/se-lib/Route/UrlAction/ProjektyProNetMediaZamZlec.php

@@ -486,7 +486,7 @@ class Route_UrlAction_ProjektyProNetMediaZamZlec extends RouteBase {// TODO: Url
 						left join COMPANIES c on(c.ID = o.ID_COMPANIES)
 					where o.ID_PROJECT = {$id_project}
 					order by ID DESC
-					limit 100
+				--	limit 100
 				")
 			: array();