Jelajahi Sumber

removed limit for ZamZlec in ProNetMedia

Piotr Labudda 9 tahun lalu
induk
melakukan
22dbedad62
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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();