Browse Source

removed limit for ZamZlec in ProNetMedia

Piotr Labudda 9 năm trước cách đây
mục cha
commit
22dbedad62
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();