/[openfoncier]/trunk/obj/om_widget.class.php
ViewVC logotype

Diff of /trunk/obj/om_widget.class.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 9244 by softime, Thu Oct 31 15:09:51 2019 UTC revision 9245 by softime, Fri Apr 3 09:21:03 2020 UTC
# Line 1194  class om_widget extends om_widget_core { Line 1194  class om_widget extends om_widget_core {
1194    
1195          // ORDER BY          // ORDER BY
1196          $query_ct_orderby = "          $query_ct_orderby = "
1197          dossier.dossier DESC          dossier.date_depot DESC, dossier.dossier DESC
1198          ";          ";
1199    
1200          $query_ct_where_groupe = "";          $query_ct_where_groupe = "";
# Line 1615  class om_widget extends om_widget_core { Line 1615  class om_widget extends om_widget_core {
1615    
1616          // ORDER BY          // ORDER BY
1617          $query_ct_orderby = "          $query_ct_orderby = "
1618          dossier.dossier DESC          dossier.date_depot DESC, dossier.dossier DESC
1619          ";          ";
1620    
1621          $query_ct_where_groupe = "";          $query_ct_where_groupe = "";

Legend:
Removed from v.9244  
changed lines
  Added in v.9245

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26