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

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

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

revision 19306 by softime, Tue Oct 8 08:41:06 2024 UTC revision 19307 by softime, Wed Nov 6 10:57:56 2024 UTC
# Line 373  ORDER BY dossier_autorisation_type_detai Line 373  ORDER BY dossier_autorisation_type_detai
373              );              );
374    
375              $contenu[0][0]='';              $contenu[0][0]='';
376              $contenu[1][0]=__('choisir')." ".__('lettretype');              $contenu[1][0]= sprintf('%s %s', __('choisir'), __('lettretype'));
377              $k = 1;              $k = 1;
378              foreach($qres['result'] as $row) {              foreach($qres['result'] as $row) {
379                  $contenu[0][$k] = $row['id'];                  $contenu[0][$k] = $row['id'];

Legend:
Removed from v.19306  
changed lines
  Added in v.19307

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26