X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=metaform%2Ftemplate.php;h=30c0de80900949cc17246c0b92b362ab4416127a;hb=075685bb644e6e9f42cc898d54a4927a36f0e389;hp=4e8d49f90a9e0702253e1878874a1fa911243600;hpb=24b62ea46a5cd87139364d7291eaf78dbb284aeb;p=wfpl.git diff --git a/metaform/template.php b/metaform/template.php index 4e8d49f..30c0de8 100644 --- a/metaform/template.php +++ b/metaform/template.php @@ -143,7 +143,7 @@ function ~file_name~_main_delete($id) { }~}~~opt_listing {~ function ~file_name~_main_listing() { - $listing_rows = db_get_assocs('~table_name~', 'id~listing_fields_1 {~,~name~~}~', 'order by ~always_field~ limit 100'); + $listing_rows = db_get_assocs('~table_name~', 'id~listing_fields_1 {~,~name~~}~', 'order by ~always_field~ limit 1000'); tem_set('listings', $listing_rows); }~}~